]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/location/base.html
location: Redesign lookup page
[ipfire.org.git] / src / templates / location / base.html
1 {% extends "../base.html" %}
2
3 {% block content %}
4 <h1 class="text-center my-5">
5 <a class="text-white" href="/lookup/{{ address }}">{{ address }}</a>
6 </h1>
7
8 <section>
9 <div class="row justify-content-center">
10 <div class="col-12 col-lg-6">
11 {% block main %}{% end block %}
12 </div>
13 </div>
14 </section>
15 {% end block %}