Added template system to Attract extension.
This commit is contained in:
6
src/templates/attract/index.jade
Normal file
6
src/templates/attract/index.jade
Normal 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 %}
|
Reference in New Issue
Block a user