{{dataToShow.wordLength}} words with letters c,h,e,a,t
{%- for scrabblewords in dataToShow.words-%}
{%- for item in scrabblewords %} {%- if forloop.index == 1 -%}

{{item.i}} Letter Words

{%- endif -%} {%- endfor -%}
{%- endfor -%}