2018-08-28 05:03:55 +00:00
|
|
|
<div class="wizard-section {{class}}">
|
|
|
|
<h2 class="title is-6">
|
|
|
|
{{#if headerIcon}}
|
2019-05-13 19:05:25 +00:00
|
|
|
<Icon @glyph={{headerIcon}} class="hs-icon-l" aria-hidden="true" />
|
2018-08-28 05:03:55 +00:00
|
|
|
{{/if}}
|
|
|
|
{{headerText}}
|
|
|
|
</h2>
|
|
|
|
{{yield}}
|
2018-08-29 23:16:50 +00:00
|
|
|
{{#if instructions}}
|
|
|
|
<div class="wizard-instructions">
|
|
|
|
<h2 class="title is-6">What to do</h2>
|
|
|
|
<p>{{instructions}}</p>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2018-08-28 05:03:55 +00:00
|
|
|
{{#if docText}}
|
|
|
|
<DocLink @path={{docPath}}>
|
2019-05-13 19:05:25 +00:00
|
|
|
<Icon @glyph="learn" aria-hidden="true" /> {{docText}}
|
2018-08-28 05:03:55 +00:00
|
|
|
</DocLink>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|