mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-07 14:39:53 +01:00
15 lines
318 B
HTML
15 lines
318 B
HTML
{% load i18n %}
|
|
{% load saved_queries %}
|
|
<!DOCTYPE html>
|
|
<head>
|
|
{% include 'helpdesk/base-head.html' %}
|
|
{% block helpdesk_head %}{% endblock %}
|
|
</head>
|
|
|
|
<body>
|
|
{% block helpdesk_body %}
|
|
{% include 'helpdesk/kb_category_base.html' %}
|
|
{% endblock %}
|
|
{% include 'helpdesk/base_js.html' %}
|
|
</body>
|