Open
Description
@aidanranney, was there a reason why a layout wasn’t used for the About, Showcase and Community pages? There's to be enough raw HTML boilerplate to warrant a layout IMHO:
{{< blocks/cover height="sm" color="primary" >}}
{{< page/header >}}
{{< /blocks/cover >}}
<div class="container l-container--padded">
<div class="row">
{{< page/toc collapsed=true placement="inline" >}}
</div>
<div class="row">
<div class="col-12 col-lg-8">
<!-- page content goes here -->
</div>
{{< page/toc placement="sidebar" >}}
</div>
{{< page/page-meta-links >}}
</div>
You might have mentioned why at some point, but I’m unsure whether this state of affairs is because of an inherent technical challenge / limitation or not.