{% if post.extra and post.extra.type == "ai" %} {{ post.content | safe }} {% elif not post.extra or not post.extra.type or post.extra.type != "ai" %} {{ post.content | safe }} {% endif %}