{% from 'html/authors_macro.html' import authors_block %} {% from 'html/keyword_macro.html' import keyword_block %} {% from 'html/identifiers_macro.html' import identifier_block %} {% from 'html/reference_macro.html' import reference_block %} {% from 'html/citation_macro.html' import cite_as%}
{# cff - title #}

{{ title }}

{{ authors_block(authors, unique_affiliations) }} {{ keyword_block(keywords) }} {{ identifier_block(identifiers, repository) }} {# cff - licence #} {%- if license is defined %}

License: {{ license }}

{%- endif %} {# cff - abstract #} {%- if abstract is defined %}

Abstract: {{ abstract }}

{%- endif %} {{ reference_block(references) }}
{{ cite_as(citation) }}