6 lines
263 B
HTML
Raw Normal View History

2022-10-29 06:08:38 +03:00
{{ define "main" }}
<div id="calendar">
2024-06-17 02:16:04 +03: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 06:08:38 +03:00
</div>
{{end}}