{## This file contains a Jinja2 front-matter template that adds version and authorship information. Changing the Jinja2 templates in this file may cause incompatibility with Manubot updates. Pandoc automatically inserts title from metadata.yaml, so it is not included in this template. ##}
{## Uncomment & edit the following line to reference to a preprinted or published version of the manuscript. A DOI-citable version of this manuscript is available at https://doi.org/DOI_HERE. ##}
{## Template to insert build date and source ##} This manuscript was automatically generated {% if ci_source is defined -%} from {{ci_source.repo_slug}}@{{ci_source.commit | truncate(length=7, end='', leeway=0)}} {% endif -%} on {{date}}.
{## Template for listing authors ##} {% for author in authors %}
- {{author.name}}
{%- if author.orcid is defined %} {height="13px" width="13px"} {{author.orcid}} {%- endif %} {%- if author.github is defined %} · {height="13px" width="13px"} {{author.github}} {%- endif %} {%- if author.twitter is defined %} · {height="13px" width="13px"} {{author.twitter}} {%- endif %}
{%- if author.affiliations is defined %} {{author.affiliations | join('; ')}} {%- endif %} {%- if author.funders is defined %} · Funded by {{author.funders}} {%- endif %} {% endfor %}