{% extends "layout.html" %} {% block title %}buzzword: {{corpus_name}} {% endblock %} {% block head %} {{ super() }} buzzword: {{corpus_name}} {% endblock %} {% if error %}

Error: {{ error }} {% endif %} {% block content %}

{{ query_space|safe }}
{{ previous_space|safe }} Clear history
{{ viewer_space|safe }}
{{ annotate_modal|safe }} {% endblock %}