incorporeal-cms/incorporealcms/templates/base.html
Brian S. Stephan 1f420eab30 journal: render markdown content + title metadata
this has a really basic template and whatnot at the moment, so
styling/etc isn't done, but this is maybe the last major piece before I
could actually see pushing this onto the site
2020-03-07 12:06:21 -06:00

6 lines
137 B
HTML

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