22 lines
691 B
HTML
22 lines
691 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 frameborder="0" width="279" height="216" src="https://libretime.southwestradio.ru/embed/player?stream=auto&title=Now Playing"></iframe>
|
|
</div>
|
|
</div>
|
|
{{- partial "footer.html" . -}}
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|