{% load cms_tags %}{% spaceless %} {# this needs to be in one line for rendering purpose #} {% endspaceless %}{% for plugin in instance.child_plugin_instances %}{% render_plugin plugin %}{% empty %}{{ instance.name }}{% endfor %}{% spaceless %} {% endspaceless %}{% comment %} # https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a {{ instance.name }} {{ link }} or {{ instance.get_link }} summarizes: {{ instance.external_link }} {{ instance.internal_link }} {{ instance.anchor }} {{ instance.mailto }} {{ instance.phone }} {{ instance.target }} {{ instance.attributes_str }} {% endcomment %}