templates/themes/ismart/post/page/trai-nghiem-ismart-vr360-class.html.twig line 1

Open in your IDE?
  1. {% extends 'themes/ismart/base.html.twig' %}
  2. {% block header %}{% endblock %}
  3. {% block title %}{% endblock %}
  4. {% block floating %}{% endblock %}
  5. {% block body %}
  6.     {% set blocks = post.block %}
  7.     {% for block in blocks %}
  8.         {% if block.location == '' %}
  9.             {{ render( controller( 'App\\Frontend\\Controller\\BlockController::run',{id: block.id, request:app.request} )) }}
  10.         {% endif %}
  11.     {% endfor %}
  12. {% endblock %}
  13. {% block footer %}{% endblock %}