Home
{% if person.name == '' %}
Login
Register
{% else %}
Courses
Profile
Search
Notifications
Logout
{% endif %}
Notifications
{% for message in messages %}
{{ message.data }}
{% endfor %}
Clear notifications