{% extends "base.html" %} {% block body %} {% include "navigation.html" %}
{% if parent_titles_ | length > 1 %} {% endif %} {% if not place_after %}
{% include user_content_ %}
{% endif %} {% if albums_|length > 0 %} {% endif %} {% if thumbnails_|length > 0 %} {% endif %} {% if place_after %}
{% include user_content_ %}
{% endif %}
{% include "footer.html" %} {% endblock body %}