{#- 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 %} {% 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 %}