{{ define "footer" }}
<footer>
    <div>
        <img src="/assets/pic/footer.webp?v={{ .version }}" width="100%" height="100%">
    </div>
    <div>
        <p>
            and also you can subscribe to my Telegram channel with pictures!
        </p>
        <p>
            <a href="https://t.me/lolistack" target="_blank">digital countryside</a>
        </p>
    </div>
    <div>
        <p>
            _some system information_
        </p>
        <ul>
            <li>unix timestamp of page rendering - <strong>{{ .renderingTimestamp }}</strong></li>
            <li><code>curl -X COUNT https://hikan.ru</code> - 24-hour server request count</li>
            <li><code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces?</li>
            <li>this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a></li>
        </ul>
    </div>
    <div>
        <p>
            this site is written in Go without using frameworks, hosting is <a href="https://htk.ge" target="_blank">hostetski</a>, domain bought for the price of a can of beer
        </p>
        <p>
            <code>2024 - now</code>
        </p>
    </div>
</footer>
{{ end }}