diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index b6ff7c3..877abee 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,4 +1,7 @@ | |||
1 | <section class="l-section l-section--fullscreen l-section--no-head"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head"> |
2 | $if(banner)$ | ||
3 | <img class="l-section__banner" src="$banner$" /> | ||
4 | $endif$ | ||
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 5 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
3 | <h1>$title$</h1> | 6 | <h1>$title$</h1> |
4 | 7 | ||