{% macro breadcrumb(repo, ref, path_parts, display_ref_prefix) %} {% if display_ref_prefix -%} {{ scmreflabel }}: {{ ref }} {% endif -%} {% for part in path_parts -%} {% if loop.last %}{{ part.name }}{% else %}{{ part.name }}/{% endif -%} {% endfor -%} {% endmacro %} {% macro commit_event(repo, commit, full=False, skip_body=False, skip_date=False, skip_refs=False) %}
{{ commit.desc }}{% else %}
{{ commit.desc_first_line }}{% endif %}