summaryrefslogtreecommitdiffstats
path: root/theme/templates/index.html
blob: e397ee777bf8698c65e546532437a528592a17a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block overhead %}{% endblock %}

{% block path %}{% endblock %}

{% block pagetitle %}{% endblock %}

{% block content %}
Main Content Goes Here
{% endblock %}