manymanymany-varia-websites/plugins/test_data/themes/simple/templates/page.html

10 lines
273 B
HTML
Raw Normal View History

2018-02-01 14:46:15 +01:00
{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}
{% block content %}
<h1>{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
{% endblock %}