diff options
Diffstat (limited to 'main/templates/main_base.html.j2')
| -rw-r--r-- | main/templates/main_base.html.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/templates/main_base.html.j2 b/main/templates/main_base.html.j2 new file mode 100644 index 0000000..6eb6f91 --- /dev/null +++ b/main/templates/main_base.html.j2 @@ -0,0 +1,5 @@ +{% extends "base.html.j2" %} +{% block page_title %}{{ main.main_name }}{% endblock %} +{% block og_page_title %}{{ main.main_name }}{% endblock %} +{% block body %}{{ super() }} +<p>Hello world.</p>{% endblock %} |
