User Controls
{% include 'control-links.html' %}
{% if user.is_authenticated %}
Welcome, {{ user.username }}
{% else %}
{% endif %}