mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 18:20:57 +00:00
13 lines
325 B
Handlebars
13 lines
325 B
Handlebars
<div class="article">
|
|
<h2>Article 1: Objective and Scope of Services</h2>
|
|
<p><strong>Objective:</strong> {{template.article1.objective}}</p>
|
|
{{#if template.article1.scope.length}}
|
|
<p><strong>Scope:</strong></p>
|
|
<ol>
|
|
{{#each template.article1.scope}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ol>
|
|
{{/if}}
|
|
</div>
|