TODO: finish post page
This commit is contained in:
parent
f4935fc4e7
commit
db071b1d05
1 changed files with 3 additions and 1 deletions
|
|
@ -5,5 +5,7 @@ show_lang_in_footer: true
|
||||||
---
|
---
|
||||||
{% extends "_layouts/base.njk" %}
|
{% extends "_layouts/base.njk" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ content | safe }}
|
<div class="true-content">
|
||||||
|
{{ content | safe }}
|
||||||
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue