From 8fe8e1c333b721c61f1723e114bc46f2698fd6c1 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 29 Jun 2023 12:40:43 -0500 Subject: initital commit of pd tool --- templates/lib/img_cluster.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/lib/img_cluster.html (limited to 'templates/lib/img_cluster.html') diff --git a/templates/lib/img_cluster.html b/templates/lib/img_cluster.html new file mode 100644 index 0000000..9e7d8a3 --- /dev/null +++ b/templates/lib/img_cluster.html @@ -0,0 +1,6 @@ +{% load get_image_by_size %}{% if caption or exif %}
{%endif%} + + {%if image.alt %}{{image.alt}}{%else%}{{image.title}}{%endif%} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} +{% if caption or exif %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if caption or exif %}
+
+{% endif %} -- cgit v1.2.3-70-g09d2