{% extends "base-site-entities.html" %} {% from "oligonucleotides/table.html" import table_hits %} {% block scripts_head %} {{ super() }} {% endblock %} {% block main %} {{ table_hits(entities, ref, length) }} {% endblock %}