Skip to content
Snippets Groups Projects
Verified Commit 5e2d8e1e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update page template

parent 7487f887
No related branches found
No related tags found
No related merge requests found
...@@ -36,15 +36,8 @@ ...@@ -36,15 +36,8 @@
{% block content %} {% block content %}
<section class='page_content'> <section class='page_content'>
{{ page.content }} {% if page %}
{{ page.content }}
{% endif %}
</section> </section>
{% endblock content %} {% endblock content %}
{% block sponsorstext %}
{{ SPONSORSTEXTS[page.lang] }}
{% endblock %}
{% block languagefooter %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment