{% extends "base.twig" %} {% block content %} <article class="post-type-{{post.post_type}}" id="post-{{post.ID}}"> <section> {{post.content}} </section> </article> {% endblock %}