{% extends 'themes/ismart/base.html.twig' %}{% block header %}{% endblock %}{% block title %}{% endblock %}{% block floating %}{% endblock %}{% block body %} {% set blocks = post.block %} {% for block in blocks %} {% if block.location == '' %} {{ render( controller( 'App\\Frontend\\Controller\\BlockController::run',{id: block.id, request:app.request} )) }} {% endif %} {% endfor %}{% endblock %}{% block footer %}{% endblock %}