{% if post.repost_title %} Repost: {{post.repost_title}} {% elsif post.title %} {{post.title}} {% elsif post.summary %} {{ post.summary }} {% else %} Note {% endif %} {% if post.commentary %}[commentary]{%endif%} {% if post.favorite %} {% endif %} {% for tag in post.tags %} #{{tag}} {% endfor %} {% if post.draft %} [draft] {% endif %}