mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
4 lines
113 B
HTML
Executable file
4 lines
113 B
HTML
Executable file
{% extends "admin/base_site.html" %}
|
|
{% block content %}
|
|
{% include "admin/app_cards.html" %}
|
|
{% endblock %}
|