{% extends "base.html" %} {% import "_macros.html" as ui %} {% block title %}{{ title }} ยท sagittarius{% endblock %} {% block content %}

{% call ui::icon(chrome.active) %}{% endcall %}{{ title }}

{{ description }}

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

No entries yet.

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