{% if link %} {{ post.title|typogrify_no_widont }} → {% else %} {{ post.title|typogrify_no_widont }} {% endif %}
{% with timestamp=post.timestamp_local %}
Permalink
{% if post.via %}
via
{% if post.via_link %}
{{ post.via }}
{% else %}
{{ post.via }}
{% endif %}
{% endif %}
{% endwith %}
{% if post.tags|count > 0 %}
{% endif %}
{{ post.content|safe }}
Comments