{% extends "base.html" %} {% block title %}{{ page.title|striptags }}{% endblock %} {% block tags %} {% with item=page %} {% include 'meta_tags.html' %} {% endwith %} {% endblock %} {% block content %} {{ page.title }} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }} {% endblock %}