| 1 | <footer> |
| 2 | <div> |
| 3 | Powered by <a target=_blank href='https://gitly.org'>gitly.org</a> <!--#@{app.version}.--> |
| 4 | Written in <a target=_blank href='https://vlang.io'>V</a>. |
| 5 | Page generated in @{ctx.page_gen_time()}. |
| 6 | Built @{app.build_time}. |
| 7 | <div style='float:right'>Source code: |
| 8 | <a target=_blank href='https://github.com/vlang/gitly'>github.com/vlang/gitly</a> |
| 9 | </div> |
| 10 | </div> |
| 11 | </footer> |
| 12 | |
| 13 | @js '/js/footer.js' |
| 14 |