incorporeal-cms/incorporealcms/templates/base.html

9 lines
194 B
HTML

<!doctype html>
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
<section class="content">
{{ content }}
</section>
<footer>
<i>Last modified: {{ mtime }}</i>
</footer>