causeway-standard-theme
Version:
22 lines (20 loc) • 582 B
HTML
<div>
<a id="single-pane"></a>
<header class="content-header">
<h1 class="title">
Single Pane
</h1>
</header>
<p>
The single pane shell comprise of a surround and an optional component - the <a href="/docs/shells/content.html#content-page-header">page header block</a>.
</p>
<pre>
<code>
<div class="container page">
<div class="content pane single-pane">
<!-- The page header goes here -->
<!-- The content goes here -->
</div>
</code>
</pre>
</div>