{% extends "base.html" %} {% block title %} {{ block.super }} - {{ page.title }} {% endblock %} {% block content %} {{ page.body }} {% if user.is_authenticated %} (edit) {% endif %} {% endblock %}