{% extends "buckeyebrowser/index.html" %} {% block content %} {% for c in cases %} {% endfor %}
Case Previous Context Verb In between Noun Following Context
Record {% for p in c.getPrev %} {{ p }} {% endfor %} {{ c.verb }} {% for i in c.getInter %} {{ i }} {% endfor %} {{ c.getNoun }} {% for f in c.getFoll %} {{ f }} {% endfor %}
{% endblock content %}