PupDate
{% if account %}
{{ account }}
{% else %}
Login
{% endif %} {% if account %}
Logout
{% else %}
Register
{% endif %}