2022-06-08 02:18:10 +03:00
|
|
|
<!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) -->
|
2022-09-02 17:04:10 +03:00
|
|
|
|
|
|
|
<!-- 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 -->
|
|
|
|
|
2022-06-08 02:18:10 +03:00
|
|
|
<header>
|
|
|
|
{{- partial "header.html" . -}}
|
|
|
|
</header>
|
|
|
|
{{- partial "navbar.html" . -}}
|
|
|
|
<main>
|
|
|
|
{{- block "main" . }}{{- end }}
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
{{- partial "footer.html" . -}}
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
|
2022-09-02 17:04:10 +03:00
|
|
|
</html>
|