Listing 9.5. Widok app/Resources/views/lorem.html.twig
<!DOCTYPE html>
<html>
  <head>
    <title>Lorem</title>
    <meta charset="UTF-8" />
  </head>
<body>

<h1>Lorem</h1>

</body>
</html>