{% extends 'layout/base.html.twig' %}
{% block content %}
<h1>Welcome to your project</h1>
This view template can be found here:
<code>
project/templates/default/default.html.twig
</code>
{% endblock %}