Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 284 Bytes

test.md

File metadata and controls

16 lines (12 loc) · 284 Bytes
layout title
layout
Advanced Calendar

Upcoming Events

Here's our upcoming events:

    {% for event in events %}
  • {{ event.summary }} at {{ event.startValue }} {% if event.location %}
    Located at {{ event.location }}{% endif %} {% endfor %}