10 lines
235 B
HTML
Executable File
10 lines
235 B
HTML
Executable File
{% include 'header.html' %}
|
|
<main>
|
|
<section id="article">
|
|
<h1>{{ metadata.title}} </h1>
|
|
<p>{{ metadata.date | human_date }}</p>
|
|
<hr />
|
|
{{post|safe}}
|
|
</section>
|
|
</main>
|
|
{% include 'footer.html' %} |