mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-06-26 03:58:00 +02:00
Template improments, links, breadcrumbs for domain lookups
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% import "helpers.html" as helper %}
|
||||
{% import "links.html" as links %}
|
||||
|
||||
{% block title %}dig {{ data.query }}{% endblock %}
|
||||
{% block og_title %}dig {{ data.query }}{% endblock %}
|
||||
{% block h1 %}dig <code>{{ data.query }}</code>{% endblock %}
|
||||
{% block h1 %}dig <code>{{ helper::breadcrumb_domain(extra=extra, name=data.query) }}</code>{% endblock %}
|
||||
|
||||
{% block og_path %}/dig/{{ data.query | urlencode_strict }}{% endblock %}
|
||||
|
||||
@ -65,4 +66,10 @@
|
||||
{% endif %}
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Other Services</h2>
|
||||
{{ links::domain_name_links(name=idn.idn|default(value=data.query))}}
|
||||
</section>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user