You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
846B

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