{% extends "base.html" %} {% block title %}{{ page.title|striptags }}{% endblock %} {% block content %} {% if page %} {{ page.title }} {{ page.content }} {% endif %} {% endblock content %}