{# do not use any back ticks in the HTML produced by this template - javascript needs to load it as a string. See community.html #} {% set content_blocked = post.blocked_by_content_filter(content_filters) %} {% if content_blocked and content_blocked == '-1' %} {# do nothing - blocked by keyword filter #} {% else %} {% set post_title = post.title.replace('`', "'") %}