{% extends "base.html" %} {% block title %} {{ cls_name }} {% endblock %} {% block content %}
{% for variable in match['variables'] %} {{ variable[0] }}: "{{ variable[1] }}" {% endfor %}