# give/4.15.2/src/Onboarding/Setup/templates/section.html

GiveWP – Donation Plugin and Fundraising Platform, version 4.15.2. 12 lines.

- Page: https://pluginprobe.com/plugins/give/4.15.2/code/src/Onboarding/Setup/templates/section.html
- Raw: https://pluginprobe.com/plugins/give/4.15.2/raw/src/Onboarding/Setup/templates/section.html
- Modified: 2024-08-14T19:11:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.15.2/code/src/Onboarding/Setup/templates/section.html#L10-L20`.

```html
<section>
    <header class="{{ class }}">
        <h2>{{ title }}</h2>
        {{ badge }}
        {{ button }}
    </header>
    <div>
        {{ contents }}
    </div>
    {{ footer }}
</section>

```
