10 lines
271 B
HTML
10 lines
271 B
HTML
<!doctype html>
|
|
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
|
<section class="content">
|
|
{{ content }}
|
|
</section>
|
|
<footer>
|
|
<i>Last modified: {{ mtime }}</i>
|
|
</footer>
|