label_printer/templates/default.html

11 lines
179 B
HTML
Raw Permalink Normal View History

2024-12-04 21:26:50 +00:00
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
{% extends "base.html" %}
{% block head %}
<title>Labelprinter</title>
{% endblock %}
{% block content %}
{% endblock %}