sterntours/vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig
2020-07-09 12:49:32 +02:00

9 lines
262 B
Twig

{{ '{% extends "::base.html.twig" %}' }}
{{ '{% block title %}' -}}
{{ bundle }}:{{ controller }}:{{ action.basename }}
{{- '{% endblock %}' }}
{{ '{% block body %}' }}
<h1>Welcome to the {{ controller }}:{{ action.basename }} page</h1>
{{ '{% endblock %}' }}