{% extends "base.html" %} {% load static %} {% block title %}Embeddable Calendar Widget{% endblock %} {% block content %}
{% if show_embed_header %}
Just Roasted Coffee logo 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 %}