{{#if heading}}

{{heading}}

{{/if}} {{#if description}}

{{description}}

{{/if}}
{{#each columns}}
{{#if this.highlighted}}
Recommandé
{{/if}}

{{this.title}}

{{#if this.subtitle}}

{{this.subtitle}}

{{/if}}
{{#each @root.features}}
{{{this.feature}}}
{{{lookup this.values @../index}}}
{{/each}}
{{/each}}