{% extends "base.html" %} {% block content %}

Find the Perfect Meeting Time

Create polls, share with your team, and find when everyone is available.

{% if current_user.is_authenticated %} Create New Poll {% else %} Login with SSO {% endif %}
{% if current_user.is_authenticated %}

Your Polls

Loading...

{% endif %} {% endblock %} {% block scripts %} {% if current_user.is_authenticated %} {% endif %} {% endblock %}