{%- macro absolute_or_relative(url, should_become_absolute_url) -%} {{ should_become_absolute_url ? absolute_url(url) : url }} {%- endmacro -%}