summaryrefslogtreecommitdiff
path: root/project/templates/git.html
blob: 02cc3de1e01dc5d2ed13266664b9096ee62d11f6 (plain)
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 %}