--- layout: appscms-feature --- {%- assign fileData = site.data[page.folderName][page.lang][page.fileName] -%}
{%- assign h1 = fileData.H1 | replace: "$variable", page.value -%}

{%- for word in h1-%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}

{%- assign h2 = fileData.H2 | replace: "$variable", page.value -%}

{%- for word in h2 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}

alt