templates/pages/homepage.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block content %}
  3.     <h1>{{ content.title }}</h1>
  4.     {{ content.article|raw }}
  5. {% endblock %}