• All photos
  • Search
  • Dates
  • Map
  • Stats
  • Albums
  • {% for tag in all_tags %}{% if tag.is_album %}
  • {{ tag.name }}
  • {% endif %}{% endfor %}
  • Tags
  • {% for tag in all_tags %}{% if not tag.is_album %}
  • {{ tag.name }}
  • {% endif %}{% endfor %}
{% if auth %}

Authed as {{ auth }}

Log out

{% else %}

Browsing as a guest

Log in

{% endif %}

{% block title %}DEFAULT TITLE{% endblock %}

{% block subtitle %}DEFAULT SUBTITLE{% endblock %}

{% if auth %}
{% block buttons %}{% endblock %}
{% endif %}
{% block body %}default body{% endblock %}