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
6 lines
137 B
HTML
6 lines
137 B
HTML
<!doctype html>
|
|
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
|
<section class="content">
|
|
{{ content }}
|
|
</section>
|