This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/maker/twig_template.tpl.php
2024-04-17 16:44:37 -07:00

14 lines
407 B
PHP

{% 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 %}