{% assets "scss" %}
{% endassets %}
Home
{% if not current_user.is_authenticated %}
Login
Register
{% else %}
Profile
Logout
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for m in messages %}
{{m}}
{% endfor %}
{% endif %} {% endwith %} {% block content %} Whoops! This page is still being worked on. {% endblock %}