{% extends "se/base.html" %} {% block top_bar %} {% include "se/archive.html" %} {% endblock %} {% block body %} {% if content %} {{ content }} {% else %} {% include "se/info_fallback.html" %} {% endif %} {% endblock %}