{% if post.active == 1 %}
{{post.title}}
{% else %}
{{post.title}}
{% endif %}