diff options
| author | rr- | 2016-05-18 00:15:28 +0200 |
|---|---|---|
| committer | rr- | 2016-05-18 00:15:28 +0200 |
| commit | 50404d5f5ec8bf676cfbe1a3268e3bcd2a36e5f6 (patch) | |
| tree | d93fc4a7dbb59b4a003e4cd3a58943a998453d99 /client/html/home.tpl | |
| parent | 407848706af00e2b9fa65d5acef552a7bf5e82fb (diff) | |
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.
Diffstat (limited to 'client/html/home.tpl')
| -rw-r--r-- | client/html/home.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/home.tpl b/client/html/home.tpl new file mode 100644 index 0000000..bf0c066 --- /dev/null +++ b/client/html/home.tpl @@ -0,0 +1,5 @@ +<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> |