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