{% extends "base.html" %} {% block title %}{{ title }} ยท sagittarius{% endblock %} {% block content %}

{{ title }}

{{ description }}

{% if let Some(error) = error %} {% endif %}
{% if entries.is_empty() %}

No entries yet.

{% else %}
{% for domain in entries %} {% endfor %}
Domain{{ entries.len() }} total
{{ domain }}
{% endif %} {% endblock %}