Menu
  • All photos
  • Albums
  • Dates
  • Stats
  • Map
  • Untagged
  • Trash
  • Albums
  • {% for tag in all_albums %}
  • {{ tag.name }}
  • {% endfor %}
  • Tags
  • {% for tag in all_tags %}
  • {{ tag.name }}
  • {% 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 %}