{% extends "redberry/_base.html" %} {% block head %} {{ post.title }} {% endblock %} {% block content %} {% include "redberry/post/_json-ld.html" %} {% include "redberry/post/_breadcrumb.html" %} {% include "redberry/post/_breadcrumb-json.html" %}

{{ post.title }}

{% for category in post.categories %} {{category.title}} {% endfor %}
{% if post.hero_image %}
{% endif %}
{{ post.content|safe }}
{% endblock %}