modify maker

This commit is contained in:
2024-04-17 16:44:37 -07:00
parent c2080db9a4
commit 3789f05ef4
5 changed files with 84 additions and 88 deletions

View File

@@ -0,0 +1,13 @@
{% extends '@nytwig/master.html.twig' %}
{% block body %}
<div class="example-wrapper">
<h1>Hello {{ controller_name }}! </h1>
This friendly message is coming from:
<ul>
<li>Your controller at <code><?= $root_directory ?>/<?= $controller_path ?></code></li>
<li>Your template at <code><?= $root_directory ?>/<?= $relative_path ?></code></li>
</ul>
</div>
{% endblock %}