{% if post.markdown %} {{ post.content|markdown_content|gist|code|safe|image }} {% else %} {{ post.content|gist|code|safe|image }} {% endif %}