Add dark template

This commit is contained in:
Nyymix 2025-02-02 19:48:55 +02:00
parent 7c7eb0061d
commit 467f2396ca
8 changed files with 108 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% extends "base_dark.html" %}
<!-- Title -->
{% block title %} Gallery : Photo {% endblock %}
{% block title %} Gallery : Photo : {{ photo.slug }} {% endblock %}
<!-- Content -->