46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{- partial "head.html" . -}}
|
|
|
|
<body>
|
|
<div id="container">
|
|
{{- partial "header.html" . -}}
|
|
<div id="wrapper">
|
|
<div id="nav-wrapper">
|
|
{{- partial "nav.html" . -}}
|
|
<div id="social-widescreen">
|
|
{{- partial "social.html" . -}}
|
|
</div>
|
|
</div>
|
|
<div id="content" class="block">
|
|
{{- block "main" . }}{{- end }}
|
|
</div>
|
|
<div id="right-side">
|
|
<div id="player" class="block">
|
|
<iframe id="web-player" height="100%" width="100%"
|
|
src="https://azuracast.antiope.link/public/southwest_radio/embed?theme=dark" frameborder="0"
|
|
allowtransparency="true" style="border: 0;"></iframe>
|
|
</div>
|
|
<div id="our-friends" class="block">
|
|
{{- partial "our-friends.html" . -}}
|
|
</div>
|
|
<div id="chat" class="block">
|
|
{{- partial "chat.html" . -}}
|
|
</div>
|
|
</div>
|
|
<div id="our-friends-mobile" class="block">
|
|
{{- partial "our-friends.html" . -}}
|
|
</div>
|
|
<div id="chat-mobile" class="block">
|
|
{{- partial "chat.html" . -}}
|
|
</div>
|
|
<div id="social-mobile">
|
|
{{- partial "social.html" . -}}
|
|
</div>
|
|
</div>
|
|
{{- partial "footer.html" . -}}
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |