]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/location/base.html
8ed0828030a39c31dceb67776185a3c084f8798f
[ipfire.org.git] / src / templates / location / base.html
1 {% extends "../base.html" %}
2
3 {% block content %}
4 <h1 class="text-center mt-5 mb-5">
5 <a class="text-white" href="/lookup/{{ address }}">{{ _("Location of %s") % address }}</a>
6 </h1>
7
8 <div class="row justify-content-center">
9 <div class="col-12 col-md-6">
10 {% block main %}{% end block %}
11 </div>
12 </div>
13 {% end block %}