reprogl
1{{define "footer"}}
2<footer class="footer scene-element fade-in-up">
3<div class="footer-social-icons">
4{{template "social-icons"}}
5</div>
6<section class="footer-poweredby">
7<a href="https://gitverse.ru/morontt/reprogl">Напрограммировано</a> на Go {{go_version}},
8версия движка <a class="ghash"
9href="https://gitverse.ru/morontt/reprogl/commit/{{commit_hash}}">{{commit_hash}}</a>
10<br/>{{flag_cnt_mini}}
11</section>
12</footer>
13{{end}}
14