Merge pull request #3510 from riking/patch-5
FEATURE: Add plugin-outlet to top of static pages
This commit is contained in:
commit
ea80488fef
|
@ -1,5 +1,6 @@
|
|||
<div class='container'>
|
||||
<div class='contents clearfix body-page'>
|
||||
{{plugin-outlet "above-static"}}
|
||||
{{{model.html}}}
|
||||
|
||||
{{#if showLoginButton}}
|
||||
|
|
Loading…
Reference in New Issue