feat(pages+content): semantic html
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<article>
|
||||
<h1>{{ page.title | safe }}</h1>
|
||||
<p>{{ page.content | safe }}</p>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user