szurubooru/client/html/home.hbs

6 lines
234 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>
<footer>Version: <span class='version'><%= version %></span> (built <%= makeRelativeTime(buildDate) %>)</footer>
2016-03-31 22:33:49 +02:00
</div>