{#- 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' %}
{% endmacro %} {% macro render_committers_github(title) %} {{ title }} {% endmacro %} {% macro render_committers_gitlab(title) %} {{ 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 -%}