southwestradio-site/themes/swr/layouts/_default/baseof.html
2022-11-29 13:17:25 +03:00

22 lines
735 B
HTML

<!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>
<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>
</div>
{{- partial "footer.html" . -}}
</div>
</body>
</html>