{# base.html Main template for the jinja. #} {% block title %}{% endblock %} - Sequana

{{ module.title }}

Report created with Sequana (v{{ config.version }}) {% if config.pipeline_version %} and sequana_{{ config.pipeline_name }} (v{{config.pipeline_version}}) {% endif %} {% if config.sequana_wrappers %} and sequana-wrappers ({{config.sequana_wrappers}}) {% endif %}

{% block content %}{% endblock %}