19 lines
590 B
HTML
19 lines
590 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
{{- partial "head.html" . -}}
|
||
|
<body>
|
||
|
{{- partial "header.html" . -}}
|
||
|
<div id="wrapper">
|
||
|
{{- partial "nav.html" . -}}
|
||
|
<div id="content">
|
||
|
{{- block "main" . }}{{- end }}
|
||
|
</div>
|
||
|
<div id="player">
|
||
|
<div id="p1"></div>
|
||
|
<iframe frameborder="0" width="279" height="216" src="https://libretime.southwestradio.ru/embed/player?stream=auto&title=Now Playing"></iframe>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{- partial "footer.html" . -}}
|
||
|
</body>
|
||
|
</html>
|