{%- include snippets/get-locale-string.html key='LICENSE_ANNOUNCE' -%} {%- assign _license_announce = __return -%} {%- if include.license -%} {%-assign _license_name = '[NAME]' | replace: "[URL]", include.license.url | replace: "[NAME]", include.license.name -%}

{{ _license_announce | replace: "[LICENSE]", _license_name }} {{ include.license.name }}

{%- endif -%}