7 lines
196 B
HTML
Executable File
7 lines
196 B
HTML
Executable File
{% extends "base.html" %}
|
|
{% block title %}Store Articles{% endblock %}
|
|
{% block content %}
|
|
<h2>Store Articles</h2>
|
|
<p>This is the Store Articles page for the warehouse module.</p>
|
|
{% endblock %}
|