{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block piwik_title %}page: {{ page.slug|striptags }}{% endblock %} {% block content %} {{ page.title }} {{ page.content }} {% endblock %}