templates/default/default.html.twig line 1

Open in your IDE?
  1. {% extends 'layout/base.html.twig' %}
  2. {% block content %}
  3.     <h1>Welcome to your project</h1>
  4.     This view template can be found here:
  5.     <code>
  6.         project/templates/default/default.html.twig
  7.     </code>
  8. {% endblock %}