Child: [44233e] (diff)

Download this file

frontpage.html    12 lines (7 with data), 188 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{% extends g.theme.master %}
{% block title %}{{title}}{% endblock %}
{% block header %}{{title}}{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
{% endblock %}