{{! Partials for Factbox template Required data: - direction: string - The direction of the section (start/end) - group: string - The group that this section belongs to - html-heading: string - HTML of the section heading - array-properties: object[] - Array of properties data (rendered via FactboxProperty partial) }}
{{! }}{{#html-heading}}
{{{.}}}
{{/html-heading}}{{! }}{{#array-properties}}{{>FactboxProperty}}{{/array-properties}}{{! }}{{{html-section}}}{{! }}