aboutsummaryrefslogtreecommitdiffstats
path: root/templates/welcome.html
blob: ca60f33360c509eb7cb9e3153c492ba189e7e7d0 (plain)
1
2
3
4
5
6
7
8
{% include "header.html" %}
<div class="entry">
    <h1>{{title}}</h1>
    <div class="body">
        {{body}}
    </div>
</div>
{% include "footer.html" %}