{% if link_title %} {{ post.title | escape }} {% else %} {{ post.title | escape }} {% endif %}
{% if cat_page.path %}
category: {{ post.category }}
{% else %}
category: {{ post.category }}
{% endif %}
{% endif %}