--- layout: feature --- {%- assign fileData = site.data[page.folderName][page.lang][page.fileName] -%}
{%- for item in site.data.photo-categories -%}
{%- for i in item.features -%} {{i.name}} {%- endfor -%}
{%- endfor -%}
{%- assign frameh1 = fileData.H1 | replace: "$variable", page.value -%}

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

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

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

Examples

{%- for item in fileData.imageSamples -%} sample {%- endfor -%}
{%- for item in fileData.elements -%} {%- if item.type == "image" -%}
{%- endif -%} {%- if item.type == "text" -%} {%- endif -%} {%- endfor -%}
Select an area you would like to use
Examples