{% load static %} {% load i18n %}
{% block title %}{% endblock %} - Gallery
{% if canonical_url %}
{% endif %}
{% block parallax %}{% endblock %} {% block navbar %}
{% trans "Albums" %}
{% trans "Photostream" %}
{% trans "About" %}
{% if user.is_authenticated %}
{% trans "Admin" %}
{% endif %}
{% trans "Home" %}
{% trans "Albums" %}
{% trans "Photostream" %}
{% trans "About" %}
{% if user.is_authenticated %}
{% trans "Admin" %}
{% endif %}
{% endblock %}
{% block content %} No Content {% endblock %}