{% macro render_post(post) -%}

{{ post.title_html|safe }}

Published on {{ post.published_at.strftime('%m.%d.%Y') }} in [{{ post.category.name }}]
{{ post.html|safe }}
{%- endmacro %} {% macro pagination(page, last_page) -%}