<section class="usa-section usa-section--light">
<div class="grid-container">
<h2>A light section</h2>
<p>
The section component visually separates your content from other parts of the page.
</p>
</div>
</section>
No notes defined.
<section class="usa-section {{ section.classes }}">
<div class="grid-container">
<h2>{{ section.title }}</h2>
<p>
{{ section.content }}
</p>
</div>
</section>
package:
name: null
version: 2.1.0
uswds:
path: ../../dist
section:
content: >-
The section component visually separates your content from other parts of
the page.
title: A light section
classes: usa-section--light