{% extends "base.html" %} {% load static %} {% load gallery_stats %} {% block title %} About {% endblock %} {% block parallax %} {% include "./partials/parallax.html" %} {% endblock %} {% block content %}
{% gallery_stats as counts %}

Muistox gallery

Profile photo

Just another wannabe photographer...


{{ counts.0 }} Albums (public {{ counts.1 }}), {{ counts.2 }} Photos

{% endblock %}