added pictures/gallery. organized media better

This commit is contained in:
Parker TenBroeck 2026-01-20 19:22:57 -05:00
parent b0d420c311
commit 4886fa19c9
65 changed files with 318 additions and 112 deletions

9
templates/picture.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% import "macros/post.html" as post %}
{% import "macros/figures.html" as figures %}
{% block main %}
{{ post::page_title(page=page) }}
{{ figures::image(src=page.extra.picture_src, caption=page.description) }}
{% endblock main %}