{#- 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 %} {% if page.meta.document_dates_created %} {% set created = page.meta.document_dates_created %} {% endif %} {% if page.meta.document_dates_updated %} {% set updated = page.meta.document_dates_updated %} {% endif %} {% if page.meta.document_dates_authors %} {% set page_authors = page.meta.document_dates_authors %} {% endif %} {% endif %}
{%- if created %} {{ render_created(created) }} {%- endif %} {%- if updated %} {{ render_updated(updated) }} {%- endif %}
{%- if page_authors %}
{{ render_authors(page_authors) }}
{%- endif %}
{%- if committers %} {%- endif %} -#}