summaryrefslogtreecommitdiff
path: root/web/templates/partials/meals-tab.html
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-13 08:56:26 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-13 08:56:26 -1000
commit2292dff2d8d6f4b43dad8dffd3d559f7c1e5bb35 (patch)
tree3d4749226897b410292ea1858327d76464fecc1a /web/templates/partials/meals-tab.html
parent043f48c12eb4dfc410e8724b430166000d7cb905 (diff)
Implement 4-Tab Architecture with unified Atom model
Diffstat (limited to 'web/templates/partials/meals-tab.html')
-rw-r--r--web/templates/partials/meals-tab.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/templates/partials/meals-tab.html b/web/templates/partials/meals-tab.html
new file mode 100644
index 0000000..5900368
--- /dev/null
+++ b/web/templates/partials/meals-tab.html
@@ -0,0 +1,6 @@
+{{define "meals-tab"}}
+<div class="space-y-6">
+ <!-- PlanToEat Meals Section -->
+ {{template "plantoeat-meals" .}}
+</div>
+{{end}}