Formatting overhaul for pages
This commit is contained in:
parent
b5f8acc2e9
commit
e5ec87ffa5
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
{% extends "base.html" %} {% block content %}
|
{% extends "base.html" %} {% block content %}
|
||||||
<h1 class="title">{{ page.title }}</h1>
|
<h3>{{ page.title }}</h3>
|
||||||
<article>
|
<article>
|
||||||
<p class="subtitle"><strong>Published on: {{ page.date }}</strong></p>
|
<p>Published on: {{ page.date }}</p>
|
||||||
|
<div>
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in a new issue