{% partial __SELF__ ~ "::layouts/clean/banner" post = post %}

{{ post.title}}

{% partial __SELF__ ~ "::layouts/clean/postinfo" post = post %}
{% if post.contents_list | length > 0 %}
Contents
{% endif %} {{ post.body.renderPage(paginator.currentPage) | raw }} {% if paginator.total > 1 %} {{ paginator.links("pagination::bootstrap-4") | raw }} {% endif %}