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
This commit is contained in:
5
incorporealcms/templates/base.html
Normal file
5
incorporealcms/templates/base.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!doctype html>
|
||||
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
||||
<section class="content">
|
||||
{{ content }}
|
||||
</section>
|
||||
Reference in New Issue
Block a user