summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
index 49f3cd5..6a6b280 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,4 +1,9 @@
{% extends "base.html" %}
+{% block language %}
+ {% set translations = page.translations %}
+ {% include "translation-links.html" %}
+{% endblock langauge %}
+
{% block content %}
{% set post = page -%}
<article class="post">