<%= new Date().toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }) %>
Calories
/ <%= current_user.target_daily_calories %>
<%= Math.round(remaining.calories) %> remaining
Protein
/ <%= goals.target_protein_g %>g
<%= Math.round(remaining.protein) %>g remaining
<%= suggestion.category %>
Try: <%= suggestion.examples.join(', ') %>
You're on track! Keep up the good work! 🎉
<% } %>• <%= food.name %> (<%= food.quantity %>x) - <%= Math.round(food.calories) %> cal
<% }); %><%= Math.round(meal.totals.calories) %>
calories
P: <%= Math.round(meal.totals.protein) %>g | C: <%= Math.round(meal.totals.carbs) %>g | F: <%= Math.round(meal.totals.fat) %>g