vendor/boldr/cms-bundle/src/Resources/views/page.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}{{ page.title }}{% endblock %}
  3. {% block body %}
  4.     {% for section in page.sections %}
  5.         {{ section.html|raw }}
  6.     {% endfor %}
  7. {% endblock %}