{% for link in nav_links %}
{{ link.title }}
{% endfor %} {% if user %}
Welcome, {{ user.name }}!
{% endif %}
{% block content %}{% endblock %}