{% if parent_titles_ | length > 1 %}
{% endif %}
{% if not place_after %}
{% include user_content_ %}
{% endif %}
{% if albums_|length > 0 %}
-
{% for title, url, thumbnail in albums_ %}
-
{{ title }}
{% endfor %}
-
{% for title, url, thumbnail in thumbnails_ %}
- {% endfor %}
{% include user_content_ %}
{% endif %}