{#- This file was automatically generated - do not edit -#} {#- {% macro render_updated(date) %} {% endmacro %} {% macro render_created(date) %} {% endmacro %} {% macro render_authors(authors) %} {%- set icon = 'doc_author' if authors|length == 1 else 'doc_authors' %}
{%- for author in authors %}
{%- endfor %}
{% endmacro %} {% macro render_committers_github(title) %} {% include ".icons/material/github.svg" %} {{ title }} {% endmacro %} {% macro render_committers_gitlab(title) %} {% include ".icons/material/gitlab.svg" %} {{ title }} {% endmacro %} {% macro render_committers(authors) %} {% if committers_source == "gitlab" %} {{ render_committers_gitlab("GitLab") }} {% else %} {{ render_committers_github("GitHub") }} {% endif %} {% endmacro %} {% if page.meta %} {%- set dates = page.meta.document_dates.dates %} {%- set authors = page.meta.document_dates.authors %} {% endif %} {%- if dates or authors -%}
{%- if dates %}
{%- if dates.created %} {{ render_created(dates.created) }} {%- endif %} {%- if dates.updated %} {{ render_updated(dates.updated) }} {%- endif %}
{%- endif %} {%- if authors %}
{{ render_authors(authors) }}
{%- endif %}
{%- endif -%} {%- if committers %} {%- endif %} -#}