Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
ffca8c45b0
commit
d6f9ce84fb
1 changed files with 9 additions and 6 deletions
|
@ -173,12 +173,15 @@
|
|||
</header>
|
||||
|
||||
<!-- Main content -->
|
||||
<main>
|
||||
<div class="container">
|
||||
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
<div id="content" class="main-section hasLightBlue">
|
||||
<main>
|
||||
<div class="container">
|
||||
<div class="section section-default">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer" class="typo3-search-exclude"
|
||||
|
|
Loading…
Reference in a new issue