{% extends 'front.html.twig' %} {% block title %} {{ post.title }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %}
{% if post.content is not empty %}{{ post.content | raw }} {% endif %}