templates/pages/homepage.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block content %}
  3. <div class="container default">
  4. <h2 class="mb-5 mt-5">{{ content.title }}</h2>
  5. <p>{{ content.article|raw }}</p>
  6. </div>
  7. {% endblock %}