summaryrefslogtreecommitdiff
path: root/web/templates/partials/meals-tab.html
blob: 97c3a4e705722a59748449dcf6aff2d6be041e75 (plain)
1
2
3
4
5
6
7
8
9
10
{{define "meals-tab"}}
<div class="space-y-6"
     hx-get="/tabs/meals"
     hx-trigger="refresh-tasks from:body"
     hx-target="#tab-content"
     hx-swap="innerHTML">
    <!-- PlanToEat Meals Section -->
    {{template "plantoeat-meals" .}}
</div>
{{end}}