uninsane/templates/blog-page.html
2022-04-04 22:11:17 +00:00

16 lines
266 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>
{{ page.title }}
</h1>
<p><strong>{{ page.date }}</strong></p>
{{ page.content | safe }}
<div class="hide">
<span id="tile-slash" style="font-size: 1.6em; opacity: 55%;">/</span>
</div>
{% endblock content %}