2022-10-29 03:08:38 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2024-06-16 23:16:04 +00:00
|
|
|
{{- partial "head.html" . -}}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
{{- partial "header.html" . -}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="nav-wrapper">
|
|
|
|
{{- partial "nav.html" . -}}
|
|
|
|
<div id="social-widescreen">
|
2024-06-30 22:41:46 +00:00
|
|
|
{{- partial "social.html" . -}}
|
2022-12-03 22:19:47 +00:00
|
|
|
</div>
|
2024-06-16 23:16:04 +00:00
|
|
|
</div>
|
2024-06-18 00:06:02 +00:00
|
|
|
<div id="content" class="block">
|
2022-10-29 12:59:18 +00:00
|
|
|
{{- block "main" . }}{{- end }}
|
2022-10-29 03:08:38 +00:00
|
|
|
</div>
|
2024-06-30 22:41:46 +00:00
|
|
|
<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>
|
2024-07-25 13:40:39 +00:00
|
|
|
<div id="chat" class="block">
|
|
|
|
{{- partial "chat.html" . -}}
|
|
|
|
</div>
|
2024-06-30 22:41:46 +00:00
|
|
|
</div>
|
|
|
|
<div id="our-friends-mobile" class="block">
|
|
|
|
{{- partial "our-friends.html" . -}}
|
2024-06-16 23:16:04 +00:00
|
|
|
</div>
|
2024-07-25 13:40:39 +00:00
|
|
|
<div id="chat-mobile" class="block">
|
|
|
|
{{- partial "chat.html" . -}}
|
|
|
|
</div>
|
2024-06-16 23:16:04 +00:00
|
|
|
<div id="social-mobile">
|
2024-06-30 22:41:46 +00:00
|
|
|
{{- partial "social.html" . -}}
|
2024-06-16 23:16:04 +00:00
|
|
|
</div>
|
2022-10-29 03:08:38 +00:00
|
|
|
</div>
|
2024-06-16 23:16:04 +00:00
|
|
|
{{- partial "footer.html" . -}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
2024-06-30 22:41:46 +00:00
|
|
|
</html>
|