{% extends "base.html" %} {% load static %} {% block title %}Embeddable Calendar Widget{% endblock %} {% block content %} {% if show_embed_header %} Embeddable widget Where to find us Tap a date to see the event name, time window, and event link. Open full page {% endif %} {% include "core/includes/calendar_widget.html" with calendar_variant="embed" %} {% endblock %}
Tap a date to see the event name, time window, and event link.