diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:26:40 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 00:26:40 -0500 |
commit | 6cd3e6a5046beb889489e66730b906735813e9de (patch) | |
tree | 1a827cc1b3ac7ad047842ca7846eb1e6b47af45a /views | |
parent | c7e5760f9f3570d4b0f7d4ea0c4f0ae3ebfcce7e (diff) |
Use title with render and variable in index handlebar.
Diffstat (limited to 'views')
-rw-r--r-- | views/index.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.handlebars b/views/index.handlebars index 4046d99..6213adc 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1 +1 @@ -<h1>Members</h1> +<h1>{{title}}</h1> |