From 1d24b8bcadfa05c3080a08b0f92edda01fcaaa51 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 29 Dec 2023 18:35:09 -0600 Subject: [PATCH] move reaction section to own template --- templates/card_reaction_section.html | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/card_reaction_section.html diff --git a/templates/card_reaction_section.html b/templates/card_reaction_section.html new file mode 100644 index 0000000..225c326 --- /dev/null +++ b/templates/card_reaction_section.html @@ -0,0 +1,35 @@ +{% if this.reactions and gallery.max_reactions_per_card|int >= 1 %} + +{% endif %}