templates/static/location.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block page_title %} {{ "auction location" | trans() }}{% endblock %}
  3. {% block body %}
  4.     <br>
  5.     <br>
  6.     <div class="col-md-8 col-md-offset-2 ">
  7.         {% include 'static/map.html.twig' %}
  8.     </div>
  9. {% endblock %}