Files
PantryHub/views/dashboard/index.ejs
T
2026-07-26 22:18:52 +02:00

17 lines
182 B
Plaintext

<div class="mb-4">
<h1>
Welkom <%= user.name %> 👋
</h1>
<p class="text-secondary">
Huishouden:
<strong>
<%= user.household_name || "Geen huishouden" %>
</strong>
</p>
</div>