50404d5f5e
...from .Handlebars' (which the project no longer uses) .hbs, to a more generic .tpl. Additionally, replace hyphens with underscores for consistency.
5 lines
234 B
Smarty
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>
|