first commit
This commit is contained in:
6
calorie_tracker_app/templates/meal_planner.html
Normal file
6
calorie_tracker_app/templates/meal_planner.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Meal Planner{% endblock %}
|
||||
{% block content %}
|
||||
<h1 class="text-3xl font-bold mb-6">Meal Planner</h1>
|
||||
<p class="text-gray-600">Coming soon! Plan your meals for the week ahead.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user