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

5 lines
261 B
HTML
Raw Normal View History

2022-10-29 03:08:38 +00:00
{{ define "main" }}
<div id="calendar">
<iframe src="https://azuracast.southwestradio.ru/public/southwest_radio/schedule/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 80vmin; min-height: 800px; border: 0;"></iframe>
2022-10-29 03:08:38 +00:00
</div>
{{end}}