webroot/templates/setup/controller.html.twig

17 lines
455 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Hello SetupController!{% endblock %}
{% block body %}
<div class="example-wrapper">
<h1>Hello {{ controller_name }}::{{ function }}()!</h1>
This friendly message is coming from:
<ul>
<li>Your controller at <code>src/MyDevel/Controller/SetupController.php</code></li>
<li>Your template at <code>templates/setup/controller.html.twig</code></li>
</ul>
</div>
{% endblock %}