{# 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 %}

{% block content %}{% endblock %}