Added template system to Attract extension.

This commit is contained in:
2016-09-06 18:46:28 +02:00
parent a89e98c556
commit 168e59805e
6 changed files with 116 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
| {% extends 'layout.html' %}
| {% block page_title %}Attract{% endblock %}
| {% block body %}
h1 Attract
p This is Attract. Templates are found.
| {% endblock %}