{{{bodyHtml}}}

{{#if skillsForPage.length}}
                <section class="skills-section">
                    <h2 data-lang="fr">Skills disponibles</h2>
                    <h2 data-lang="en">Available Skills</h2>
{{#groupSkillsByPhase skillsForPage}}
                    <h3>{{phase}}</h3>
                    {{> skill-grid skills=skills}}
{{/groupSkillsByPhase}}
                </section>
{{/if}}
