jean-marie/backend/templates/deviceadmin.html

5 lines
143 B
HTML

{% extends "base.html" %}
{% block title %}Device Administration{% endblock %}
{% block content %}
<h1>Here are the devices</h1>
{% endblock %}