{%extends "base.html"%} {%block content%} {% for k,v in freq_list.most_common() %} {% endfor%}
Word Frequency
{{k}} {{v}}
{%endblock%}