UNPKG

causeway-standard-theme

Version:

22 lines (20 loc) 582 B
<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> &lt;div class=&quot;container page&quot;&gt; &lt;div class=&quot;content pane single-pane&quot;&gt; &lt;!-- The page header goes here --&gt; &lt;!-- The content goes here --&gt; &lt;/div&gt; </code> </pre> </div>