{%extends "base.html"%} {%block style %} {{ super() }} {%endblock%} {%block content%} {% for row in rows %} {% endfor %}
Word Sequence Operation
{% for word in row.content%}
{% endfor %}
{%endblock%} {%block js%} {{ super() }} {%endblock%}