We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91836ea commit 5f4b818Copy full SHA for 5f4b818
templates/frontend/layout.php
@@ -24,9 +24,11 @@
24
<?= $this->sitebase()->renderBlocks('post_header', $controller); ?>
25
</div>
26
27
- <?= $this->sitebase()->renderBlocks('pre_content', $controller); ?>
28
- <?= $this->section('content'); ?>
29
- <?= $this->sitebase()->renderBlocks('post_content', $controller); ?>
+ <div class="content">
+ <?= $this->sitebase()->renderBlocks('pre_content', $controller); ?>
+ <?= $this->section('content'); ?>
30
+ <?= $this->sitebase()->renderBlocks('post_content', $controller); ?>
31
+ </div>
32
33
<div class="footer">
34
<?= $this->sitebase()->renderBlocks('pre_footer', $controller); ?>
0 commit comments