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

{{ about.title }}

Nyymix profiilikuva

{{ about.description }}

Contact: {{ about.contact_email }}

{% if about.bluesky_url %} {% endif %} {% if about.twitter_url %} {% endif %} {% if about.instagram_url %} {% endif %}

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

{% endblock %}