4 lines
87 B
HTML
4 lines
87 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<h1>inventory dash</h1>
|
|
{%endblock%} |