diff options
Diffstat (limited to 'aboutwilson/templates/page.html')
-rw-r--r-- | aboutwilson/templates/page.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/aboutwilson/templates/page.html b/aboutwilson/templates/page.html new file mode 100644 index 0000000..fb7c0ef --- /dev/null +++ b/aboutwilson/templates/page.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block description %}{{ page.description }}{% endblock %} +{% block title %}{{ page.title }} — {{ SITENAME }} {% endblock %} +{% block content %} +<section id="content" class="body"> + {{ page.content }} +</section> +{% endblock %} |