1
0
mirror of synced 2024-12-19 00:35:52 +01:00
artemis/core/templates/machine/index.jinja

5 lines
169 B
Plaintext
Raw Normal View History

{% extends "core/templates/index.jinja" %}
{% block content %}
{% include "core/templates/widgets/err_banner.jinja" %}
<h1>Machine Management</h1>
{% endblock content %}