10 lines
253 B
HTML
10 lines
253 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Print Module{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="print-module-container">
|
|
<h1>Print Module</h1>
|
|
<p>This page will allow users to access the print module for labels.</p>
|
|
</div>
|
|
{% endblock %} |