as before

This commit is contained in:
2023-03-01 00:19:22 +10:30
parent 20c7de0872
commit 936b70e694
2 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@
<body>
<main>
<div>
<header>{% include 'partials/header.njk' %}</header>
<hr/>
{# <header>{% include 'partials/header.njk' %}</header> #}
{# <hr/> #}
<article>
{# <h2>{{ title }}</h2> #}
<h2>{{ title }}</h2>
{{ content | safe }}
</article>
</div>