diff --git a/templates/utils.html b/templates/utils.html index 2722218..8edb55b 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -62,6 +62,7 @@ {%- endmacro %} {% macro post(post) -%} +{% set post_should_be_blurred = post.flags.spoiler && prefs.blur_spoiler=="on" -%}
@@ -102,12 +103,13 @@