{{ app.NAME }}
{% if Auth.user() %}
Logout
{% else %}
Login
Register
{% endif %}
{% block content %}{% endblock %}