{% extends "base.html" %} {% block meta %} {% set description = page.description %} {{ macros::get_meta_tags(title=page.title, description=description) }} {% endblock meta %} {% block content %}

{{ page.title }}

{% include "blog/_meta.html" %}
{{ page.content | safe }}


{% for t in page.taxonomies.tags %} {% endfor %}
{% endblock content %}