{% block content %}{% endblock %} {% if route.action == "view" and post.paginated and post.paginated.pages > 1 %}
$post.paginated.prev_link $post.paginated.next_link ${ "Page %d of %d" | translate | format(post.paginated.page, post.paginated.pages) } {% endif %}

{% if enabled_modules.comments %} ${ "See %s Comment" | translate_plural("See %s Comments", post.comment_count) | format(post.comment_count) } {% endif %}

{% if route.action != "view" %}
{% endif %}