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