Fancybox gallery

This commit is contained in:
2024-01-12 16:31:33 +01:00
parent baacec9f2a
commit 6b63e34d64
125 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
{% for gallery in section.pages %}
<a href="{{ gallery.permalink }}">{{ gallery.title }}</a>
{% endfor %}
{% endblock %}