inventree-phomemo-plugin/empty.html

9 lines
179 B
HTML
Raw Permalink Normal View History

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