{% if current_user %}
{% block page_title %}Dashboard{% endblock %}
{{ '☀️' if current_user.theme == 'dark' else '🌙' }}
🔔
Notifications
{% endif %}
{% block content %}{% endblock %}