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