{% extends "base.html" %} {% block title %}Home — Django-Dolt Demo{% endblock %} {% block nav_home %}class="active"{% endblock %} {% block content %}
Inventory Database
{{ inventory_stats.categories }}
Categories
{{ inventory_stats.products }}
Products
View Inventory →
Orders Database
{{ orders_stats.customers }}
Customers
{{ orders_stats.orders }}
Orders
View Orders →
{% endblock %}