{% if technote.toml.technote.authors %}
{% if technote.toml.technote.authors|length == 1 %}

Author

{% else %}

Authors

{% endif %}
{% endif %}