Skip to content
farm-manager.git
⋮
Summary
Commits
Files
farm-manager.git
/
app
/
templates
/
modules
/
stock.html
[Flask] Simple ERP for a farm.
View raw
1
{% extends "base.html" %}
2
{% block title %}
3
Stock
4
{% endblock %}
5
6
{% block content %}
7
<
i
>
insert module content here.
</
i
>
8
{% endblock %}
9
Summary
Commits
Files