hikan.ru/mvc/views/footer.gohtml

13 lines
334 B
Plaintext
Raw Permalink Normal View History

2025-02-02 16:43:55 +03:00
{{ define "footer" }}
<div class="footer">
<span class="gray">
Кэшировано {{ getCurTime }} UTC с использованием
<a
class="accent-dull"
target="_blank"
href="https://git.hikan.ru/serr/simplecache">
candycache
</a>
</span>
</div>
{{ end }}