{% extends "base.html.j2" %} {% import 'macros.imp.j2' as macros %} {% block title %}Log In or Sign Up{% endblock %} {% block content %} {{ super() }} {% if current_user.is_authenticated %}
{% else %}



{% endif %} {% endblock %}