{# Base of the HTML reports of sbmlsim. A report fills in the blocks: `heading`, `subtitle`, `badges`, `nav`, `chips` and `content`. The style and the script are here, so every report looks and behaves the same: a search which filters the cards and the rows of the tables, filter chips, sortable tables, figures which open full size. `body[data-items]` names what the search counts, e.g. "mappings". #} {% block title %}sbmlsim report{% endblock %} {% block head %}{% endblock %}

{% block heading %}{% endblock %}

{% block subtitle %}{% endblock %}
{% block badges %}{% endblock %}
{% block content %}{% endblock %}