https://blog.naskya.net/
[[ 🗃
^wzWnj blog
]] ::
[📥 Inbox]
[📤 Outbox]
[💥 Errbox]
[🐤 Followers]
[🤝 Collaborators]
[🏗 Projects]
[🛠 Commits]
Clone
HTTPS:
git clone https://code.naskya.net/repos/wzWnj
SSH:
git clone USERNAME@code.naskya.net:wzWnj
Branches
Tags
baseof.html
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
    {{ partial "head/head" . }}
    {{ partialCached "head/colorScheme" . }}
    <body class="dark" onclick="hide_note == null || hide_note()">
        {{ partial "header.html" . }}
        <main>
            {{ block "main" . }}{{ end }}
        </main>
        {{ partial "footer/footer" . }}
    </body>
</html>