SlotFinder
{% if current_user.is_authenticated %}
{{ current_user.first_name or current_user.username }}
Create
Logout
{% else %}
Sign In
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}