7 lines
173 B
HTML
7 lines
173 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p class="subtitle"><strong>{{ page.date }}</strong></p>
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock content %}
|