templates/home/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}QR Code Scanner{% endblock %}
  3. {% block body %}
  4.     <div id="container">
  5.         <h1>Politique tarifaire</h1>
  6.     </div>
  7. {% endblock %}