5 lines
250 B
HTML
5 lines
250 B
HTML
<h3>Click on a calendar to download it and import it to you're device.</h3>
|
|
{% set calendars = __SELF__.calendarDownloads %}
|
|
{% for calendar in calendars %}
|
|
<a href="{{ calendar.link }}" target="_blank">{{ calendar.title }}</a><br />
|
|
{% endfor %} |