Back to Fullcalendar

Docs Sublanding Sidebar

_includes/docs-sublanding-sidebar.html

latest711 B
Original Source

{% if page.demo_documents or page.images %}

{% if page.demo_documents.size == 1 %}

Demo:

{% elsif page.demo_documents.size > 1 %}

Demos:

{% endif %} {% for demo_document in page.demo_documents %} {{ demo_document.title | escape }} {% endfor %} {% for image in page.images %} {% if image.url %}{% endif %} {% if image.url %}{% endif %} {{ image.caption | escape }}

{% endfor %} {% endif %}