{# ####################### header.html ########################## Simplified to omit the stuff that is usually hidden. No offer to play a YouTube tutorial video and so on. #}

{% if config.custom_logo is not none %}
{{ '' if config.custom_logo_url is not none }} {{ '' if config.custom_logo_url is not none }}
{% endif %}

{% if config.title is not none or config.subtitle is not none %}

{{ config.title if config.title is not none }} {{ '
' if config.title is not none and config.subtitle is not none }} {{ ''+config.subtitle+'' if config.subtitle is not none }}

{% endif %} {% if config.intro_text != False %}

{{ config.intro_text if config.intro_text is not none else 'A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.' }}

{% endif %} {% if config.report_comment and config.report_comment | length > 0 %}
{{ config.report_comment }}
{% endif %} {% if config.report_header_info and config.report_header_info | length > 0 %}
{% for d in config.report_header_info %}{% for k, v in d.items() %}
{{ k }}
{{ v }}
{% endfor %}{% endfor %}
{% endif %}

Report generated on {{ config.creation_date }} based on data in:
{% if config.analysis_dir | length == 1 %}{{ config.analysis_dir[0] }} {% else %}

{% endif %}