{% extends "layout/default.html" %} {% set active_page = 'patterns' %} {% block stylesheets %} {{ super() }} {% endblock %} {% block title %} Patterns {{ super() }} {% endblock %} {% block main_body %} {#

{{ subsetname }} in {{ bookname }}

#}

Results:

{{ textframe.to_html(classes=["table", "table-striped", "table-hover", "dataTable", "no-footer", "uonDatatable", 'my_class" id = "dataTablePattern'], index=False) | safe }}

Collocations:

{{ collocation_table | safe }} {# COMMENTED OUT

Test:

{{ local_args }} #} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}