Difference between revisions of "Sidebar Example Layout - HTML"
From Help Wiki
m |
|||
| Line 1: | Line 1: | ||
| − | + | __NOTOC__ | |
| + | <noinclude>{{documentation|Template:TwoColumn/doc}}</noinclude> | ||
| + | <div class="container-fluid"> | ||
| + | <div class="row"> | ||
| + | <div class="col-md-8"> | ||
| + | <div class="lead"> | ||
| + | {{{lead}}} | ||
| + | </div> | ||
| + | |||
| + | {{{content}}} | ||
| + | |||
| + | |||
| + | <!-- end col-md-7 --> | ||
| + | </div> | ||
| + | <div class="col-md-1"></div> | ||
| + | <div class="col-md-3 sidebar"> | ||
| + | {{{sidebar}}} | ||
| + | |||
| + | <!-- end col-md-4--> | ||
| + | </div> | ||
| + | <!-- end row--> | ||
| + | </div> | ||
| + | <!-- end container--> | ||
| + | </div> | ||
| + | __NOEDITSECTION__ | ||
[[Category:Page Layouts]] | [[Category:Page Layouts]] | ||
Revision as of 15:42, 25 April 2017
See the documentation on using this template: at Template:TwoColumn/doc
{{{lead}}}
{{{content}}}