modify maker
This commit is contained in:
13
maker/twig_template.tpl.php
Normal file
13
maker/twig_template.tpl.php
Normal 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 %}
|
||||
Reference in New Issue
Block a user