1 2 3 4 5 6 7 8
{% extends "base.html" %} {% block title %}Git{% endblock %} {% block content %} <p>Content for git page goes here</p> {% endblock %}