{{ index_title }}
{% if settings.links %}
{% for title, link in settings.links %}
{{ title }}
{% endfor %}
{% endif %}
{% if breadcumb %}
{%- for url, title in breadcumb -%}
{{ title }}
{%- if not loop.last %} ยป {% endif -%} {% endfor -%}
{% endif %}
{% if albums %}
{% for album in albums %}
{{ album.title }}
{% endfor %}
{% endif %} {% if images %}
{% for image in images %}
{% endfor %}
{% endif %} {% if description %}
{{ description }}
{% endif %}
{% if images %} {% endif %} {% include 'analytics.html' %}