{# inputs: obj (with .isLinkable .isReference .anchor .fileName .externalReference), text, config, page.relPath #} {% if obj.isLinkable %} {% if obj.isReference %} {{ text }} {% else %} {{ text }} {% endif %} {% else %} {{ text }} {% endif %}