Files
calorie_tracker/calorie_tracker_app/templates/meal_planner.html
2026-01-30 15:03:43 +08:00

7 lines
237 B
HTML

{% 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 %}