chiore(tmpl): Add empty placeholder template

This commit is contained in:
Andreas Mieke 2024-04-21 21:10:18 -04:00
parent bfaa0b7f89
commit 7dc96c65ff
Signed by: zenermerps
SSH key fingerprint: SHA256:Ne+hwc5QIgYlqCuLZ0LV3301Wo/p8UoGOrGC+T6S0t8

9
empty.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "label/label_base.html" %}
{% block style %}
<!-- You can write custom CSS here -->
{% endblock %}
{% block content %}
<!-- HTML content goes here! -->
{% endblock %}