<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}Welcome!{% endblock %}</title>
<link rel="stylesheet" href="{{ asset('css/style.css') }}" />
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>
Listing 18.11. Widok app/Resources/views/base.html.twig
Rozdział 18. ORM Doctrine 2