{% extends "2-columns.html" %} {% if corpus_name %} {% block nav %} {{ corpus_name }} / {% endblock %} {% endif %} {# Begin shameless copypasta from text/index.html #} {% block sidebar_navbar %} Tags {{ text_names_array }} {% endblock %} {# Give this template a tags value in render_template, i.e. tags = tagger.tag(tokens) #} {# We'll figure out how to hook this up for real in a while. #} {# Only show this if we actually have tags. #} {% block sidebar_content %}
{% endblock %} {# End shameless copypasta #} {% block main_navbar %} Texts {% endblock %} {% block main_content %}