forked from Mirrors/Dispatcharr
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 %}
|