Be able to give sections a default content. Like so: ```php <?php $this->section('css') ?> <style>body { color: #fff; }</style> <?php $this->close() ?> ```
Be able to give sections a default content.
Like so: