{{dataToShow.wordLength}}
{%- for scrabblewords in dataToShow.words-%}
{%- for item in scrabblewords %} {%- if forloop.index == 1 -%}

{{item.i}} Letter Words

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