network_inventory/inventory/templates/inventory/base.html

14 lines
313 B
HTML

<!DOCTYPE html>
<head>
</head>
<body>
<h1>{% block section_title %}Device Inventory{% endblock %}</h1>
{% block content %}{% endblock %}
</body>
<footer>
{% block footer %}
<p><font size="1">Created by Andreas Zweili licensed under GPL v3.0</font></p>
{% endblock %}
</footer>
</html>