{% extends "index.html" %} {% import "post_macros.html" as post_macros %} {% block content %}

{{ page.title }}

{{ post_macros::polish(content=page.description) }}


{{ post_macros::polish(content=page.content) }} {%- endblock content %}