{% extends "base.twig" %}
{% block content %}
{% block breadcrumb %}
{% include 'partials/breadcrumb.twig' %}
{% endblock %}
<article class="post-type-{{post.post_type}}" id="post-{{post.ID}}">
<section>
<h1 class="title--h1 text-uppercase">{{post.title}}</h1>
{{post.content}}
</section>
</article>
{% endblock %}