{% 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 %}

{{ site_config.about_title }}

Profile photo

{{ site_config.about_description }}

Contact: {{ site_config.contact_email }}

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

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

{% endblock %}