diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 08:59:40 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 08:59:40 +0000 |
| commit | b0cbe2db0ee3311fc028e7229749726d4cfe6973 (patch) | |
| tree | 76f04328c7f4026f80b20fe25a1f01a78ddf7c26 /views/layouts/layout.hbs | |
| parent | ef5d0e0304cea09fdd67745153e617b197667479 (diff) | |
Added third party verification.
Diffstat (limited to 'views/layouts/layout.hbs')
| -rw-r--r-- | views/layouts/layout.hbs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index b9895a5..76dddc0 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -29,9 +29,16 @@ </head> <body> - {{> header }} + {{# if noHeader}} + {{else}} + {{> header }} + {{/if}} + {{{ body }}} - {{> footer }} + {{# if noHeader}} + {{else}} + {{> footer }} + {{/if}} {{> login }} {{> registration }} </body> |
