{% extends "base_blank.html" %} {% block copyright %} {% endblock %} {% block title %}About{% endblock %} {% block body %}

{{ about.__title__ }} v{{ about.__version__ }}

{% if settings.DEBUG %}

* DEBUG MODE ENABLED *

{% endif %}

{% if logged_in %} Browse images
{% else %} Sign in
{% endif %} About {{ about.__tag__ }}

{{ about.__copyright__ }}

Licensed mostly under the GNU Affero GPL,
source available on GitHub.

{% endblock %}