{% extends "base.html" %} {% block body %} {% include "navigation.html" %} {% if back_ %} Back {% endif %} {% if place_before %} {% include user_content_ %} {% endif %}
{% if not place_before %} {% include user_content_ %} {% endif %} {% endblock body %}