aboutsummaryrefslogtreecommitdiff
path: root/templates/domains/detail.django
blob: 263e0f1ebc98e366ce62257603de01dd28f5b2b8 (plain)
1
2
3
4
5
{% extends "layouts/dashboard.django" %}

{% block dashboard %}
{% include "domains/htmx/detail.htmx.django" %}
{% endblock %}