diff options
| author | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
|---|---|---|
| committer | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
| commit | f99ee08af6c5a499cde827a66b2134d01471b8a4 (patch) | |
| tree | 4ed98caf19631b204eaf72c86d1a62f69b8a6eb5 /templates/page.html | |
first commit
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..7d3c175 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,6 @@ +{% extends "index.html" %} + +{% block content %} + {{ page.content }} +{% endblock content %} + |
