<% if (current_user) { %>
🍽️ Calorie Tracker
🏠 Dashboard
📅 Meal Planner
🍛 Foods
📊 Progress
🎯 Goals
👤 <%= current_user.name || current_user.username %>
Logout
<% } %> <% if (success_msg.length > 0) { %>
<%= success_msg %>
<% } %> <% if (error_msg.length > 0) { %>
<%= error_msg %>
<% } %> <% if (error.length > 0) { %>
<%= error %>
<% } %>
<%- body %>
<%- defineContent('scripts') %>