AllAngl.es
{% if not current_user.is_anonymous() %}
{{ current_user.name }}
Profile
Sign Out
{% else %}
Log in
Sign up
{% endif %}
{% block body %}{% endblock %} {% block script %}{% endblock %}