southwestradio-site/themes/swr/layouts/_default/baseof.html

22 lines
735 B
HTML
Raw Normal View History

2022-10-29 03:08:38 +00:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
<div id="container">
{{- partial "header.html" . -}}
<div id="wrapper">
{{- partial "nav.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
<div id="player">
<div id="p1"></div>
2022-10-29 21:11:56 +00:00
<iframe src="https://azuracast.southwestradio.ru/public/southwest_radio/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; height: 130px; border: 0;"></iframe>
</div>
2022-10-29 03:08:38 +00:00
</div>
{{- partial "footer.html" . -}}
2022-10-29 03:08:38 +00:00
</div>
2022-10-29 03:08:38 +00:00
</body>
</html>