{% for cur_n in n %}
{% for n_gram, freq in n_grams[cur_n] %} {% endfor %}
{{ cur_n }}-gramCount
{{ n_gram }}{{ freq }}
{% endfor %}