mirror of
https://github.com/ivabus/www
synced 2024-11-15 07:35:05 +03:00
35 lines
828 B
HTML
35 lines
828 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
{{- partial "head.html" . -}}
|
|
|
|
<body>
|
|
<!-- Google Tag Manager (noscript) -->
|
|
|
|
<noscript>
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC" height="0" width="0"
|
|
style="display:none;visibility:hidden"></iframe>
|
|
</noscript>
|
|
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
|
|
<!-- Start Stackoverflow Tag -->
|
|
|
|
<noscript>
|
|
<img src='https://pubads.g.doubleclick.net/activity;xsp=5023880;ord=1?' width=1 height=1 border=0>
|
|
</noscript>
|
|
|
|
<!-- End Stackoverflow Tag -->
|
|
|
|
<header>
|
|
{{- partial "header.html" . -}}
|
|
</header>
|
|
{{- partial "navbar.html" . -}}
|
|
<main>
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
<footer>
|
|
{{- partial "footer.html" . -}}
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|