From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- templates/blocks/picture.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/blocks/picture.html (limited to 'templates/blocks/picture.html') diff --git a/templates/blocks/picture.html b/templates/blocks/picture.html new file mode 100644 index 0000000..a75eb3e --- /dev/null +++ b/templates/blocks/picture.html @@ -0,0 +1,2 @@ +{% set img = record.attachments.images.get(this.url) %} +{{ this.caption }} -- cgit v1.2.3