{% extends "base.html" %}
{% import "helpers.html" as helper %}
{% block title %}{{ data.config.display_name }}{% endblock %}
{% block h1 %}DNS Resolver: {{ data.config.display_name }}{% endblock %}
{% block content %}
{%- set c = data.config %}
You can use this DNS server by typing Connection Configuration
{%- if c.info_url %}
{%- endif %}
Aliases
{%- for a in c.aliases %}
via {{c.aliases | first }}
{% if c.aliases | length > 1 %}(or any other alias){% endif %} in the searchfield.