summaryrefslogtreecommitdiff
path: root/web/templates/partials/meals-tab.html
blob: 590036803774bf81071cc2918b43d8b8cf5237ec (plain)
1
2
3
4
5
6
{{define "meals-tab"}}
<div class="space-y-6">
    <!-- PlanToEat Meals Section -->
    {{template "plantoeat-meals" .}}
</div>
{{end}}