dccd
v{{ version }}
{% set links = [('/', 'Dashboard'), ('/inventory', 'Inventory'), ('/jobs', 'Jobs'), ('/logs', 'Logs'), ('/config', 'Config'), ('/storage', 'Storage')] %} {% for href, label in links %}
{{ label }}
{% endfor %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}