summaryrefslogblamecommitdiffstats
path: root/templates/page.html
blob: 6a6b28038ebf031d111b9da95cce720f842f5370 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         




                                                  
                   
                      
                      



                                         

                      
{% extends "base.html" %}
{% block language %}
	{% set translations = page.translations %}
	{% include "translation-links.html" %}
{% endblock langauge %}

{% block content %}
{% set post = page -%}
<article class="post">
	{% include "posts/header.html" %}
	<section class="post-body">
		{{ post.content | safe }}
	</section>
</article>
{% endblock content %}