chiore(tmpl): Add empty placeholder template
This commit is contained in:
parent
bfaa0b7f89
commit
7dc96c65ff
1 changed files with 9 additions and 0 deletions
9
empty.html
Normal file
9
empty.html
Normal 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 %}
|
Loading…
Add table
Reference in a new issue