{% extends "base.html" %} {% block title %}Learn{% endblock %} {% block content %}

{{ case['text'] }}

{{ case['edge_html']|safe }}

  {{ cls_name }}
{% for variable in case['variables'] %} {% endfor %}
   


Classifier patterns

{% include "patterns.html" %} {% endblock %}