There are no notes for this item.
- Handle: @col-100--no-divider-no-treatment
- Variants (6): No divider, no treatment , Divider, no treatment , Divider, bordered , Divider, shaded , No divider, bordered , No divider, shaded
- Preview:
- Filesystem Path: src\components\03-utilities\grid\col-100\col-100.hbs
- References (1): @placeholder
- Referenced by (11): @grid-sample, @base, @basic-sample, @basic-sample--wp, @how-to-apply, @future-students, @homepage, @homepage--sgf-alert, @homepage--wp, @landing-sample, @landing-sample--wp
<div class="Rowstart grid_whole Page">
<div class="grid_inner">
<div class="ContentBlock placeholder">Content</div>
</div>
</div>
<div class="Rowstart{{#if class}} {{class}}{{/if}} grid_whole{{#if treatment}} Inset{{/if}} Page{{pageId}}">
{{#if topDividerLines}}
<hr />
{{/if}}
{{#if treatment}}
<div class="{{treatment}}">
{{/if}}
<div class="grid_inner">
{{#> columnContentA}}{{render '@placeholder'}}{{/columnContentA}}
</div>
{{#> redefineColumnA}}{{/redefineColumnA}}
{{#if treatment}}
</div>
{{/if}}
</div>
{
"pageId": null,
"topDividerLines": false,
"treatment": null,
"columnContentA": true,
"redefineColumnA": null
}