{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %} {% import _self as macro %} {% if page.taxonomy.tag %} {% for tag in page.taxonomy.tag %} {{ tag }} {% endfor %} {% endif %}