aboutsummaryrefslogtreecommitdiffstats
path: root/aboutwilson/templates/page.html
blob: fb7c0efaf7b88dbafe020887a35a8114cd4605be (plain)
1
2
3
4
5
6
7
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 %}