{%- for word in frameh2 -%}
{%- if forloop.first == true -%}
{{word | capitalize }}
{%- else -%}
{{word}}
{%- endif -%}
{%- endfor -%}
{%- if page.typeOfPage == "category" -%}
{%- assign photoEffectsData = site.data.photo-categories -%}
{%- for item in photoEffectsData -%}
{%- if item.category == page.category -%}
{%- for i in item.features -%}