You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{- site.Language.Lang -}}">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
{{- partial "head.html" . -}}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="page">
|
|
|
|
|
|
|
|
<header class="page__header">
|
|
|
|
{{- partial "header.html" . -}}
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="page__body">
|
|
|
|
{{- block "main" . }}{{- end }}
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="page__aside">
|
|
|
|
<div class="aside__about">
|
|
|
|
{{- partial "about.html" . -}}
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div class="aside__content">
|
|
|
|
{{- block "aside" . }}{{- end }}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="footer">
|
|
|
|
{{- partial "footer.html" . -}}
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|