southwestradio-site/themes/swr/layouts/section/schedule.html

6 lines
263 B
HTML
Raw Normal View History

2022-10-29 03:08:38 +00:00
{{ define "main" }}
<div id="calendar">
2024-06-16 23:16:04 +00:00
<iframe src="https://azuracast.nexusnest.link/public/southwest_radio/schedule/embed?theme=dark" frameborder="0"
allowtransparency="true" style="width: 100%; min-height: 80vh; border: 0;"></iframe>
2022-10-29 03:08:38 +00:00
</div>
{{end}}