{% from "macro/scm-info.njk.html" import scmInfo -%}
{% if scm -%} {{ scmInfo(build, scm) }} {%- else -%} {{ pkg.version }} {%- endif %}