{% else %}{% endif %}
{%- if linktitle %}
${post.title}
{%- else %}
${post.title}
{%- endif %}
${localize:post.published_date}
{% if not post.published %}Un-published{% endif %}
{% if solo %}
{% else %}{% endif %}
{% cache for 1d key [post.id, post.updated_date, post.published_date] %}
{% markup post.content as self.app.settings.default_markup %}
{% endcache %}
{%- if numcomments %}
{% if numcomments == 1 %}1 comment{% else %}${numcomments} comments{% endif %}
{%- endif %}