diff -r bb011397a99c -r 9507107a1133 theme/templates/page.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/theme/templates/page.html Sat Mar 12 17:37:27 2016 +0100 @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{%endblock%} + +{% block pageheader %} +
+ +
+{% endblock %} + +{% block content %} +
+ {% import 'translations.html' as translations with context %} + {{ translations.translations_for(page) }} + + {{ page.content }} +
+{% endblock %}