templates/main/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. <style>
  4.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  5.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  6. </style>
  7. <div class="example-wrapper">
  8.     <h1>Hello {{ controller_name }}! ✅</h1>
  9.     This friendly message is coming from:
  10.     <ul>
  11.         <li>Your controller at <code><a href="{{ 'C:/wamp64/www/evc/src/Controller/MainController.php'|file_link(0) }}">src/Controller/MainController.php</a></code></li>
  12.         <li>Your template at <code><a href="{{ 'C:/wamp64/www/evc/templates/main/index.html.twig'|file_link(0) }}">templates/main/index.html.twig</a></code></li>
  13.     </ul>
  14. </div>
  15. {% endblock %}