{% if post.id == 'post2' or post.id == 'post3' %}
{% if post.id == 'post2' %}
{% endif %}
{{ post.content_html | safe }}
{% else %}
{{ post.content_html | safe }}
{% endif %}
{% endblock %}
{% block extra_js %}
{% if post.id == 'post2' or post.id == 'post3' %}
{% endif %}
{% endblock %}