]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/location/base.html
location: Redesign index page
[ipfire.org.git] / src / templates / location / base.html
CommitLineData
2517822e
MT
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 %}