szurubooru/client/html/home.hbs

6 lines
215 B
Handlebars
Raw Normal View History

2016-03-31 22:33:49 +02:00
<div class='content-wrapper transparent' id='home'>
<div class='messages'></div>
<h1>{{name}}</h1>
2016-04-06 22:34:21 +02:00
<footer>Version: <span class='version'>{{version}}</span> (built {{reltime buildDate}})</footer>
2016-03-31 22:33:49 +02:00
</div>