mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-29 10:50:00 +00:00
Add base Flask application with user authentication, SQLAlchemy models for users, units, and food items, admin blueprint, and basic templates. Includes database migration setup, login form, and seed script for initial user creation.
5 lines
75 B
HTML
5 lines
75 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
Index page idk
|
|
{% endblock%} |