szurubooru/client/html/home.tpl
rr- 50404d5f5e client/general: change templates extension
...from .Handlebars' (which the project no longer uses) .hbs, to a more
generic .tpl. Additionally, replace hyphens with underscores for
consistency.
2016-05-18 00:15:28 +02:00

5 lines
234 B
Smarty

<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>
</div>