incorporeal-cms/incorporealcms/templates/base.html

6 lines
137 B
HTML

<!doctype html>
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
<section class="content">
{{ content }}
</section>