{% if currentPage.isTemplate() %}
{% elseif (CurrentTaxonomy and currentWidget.shouldBeRendered()) %}
{% filter page_html_content(CurrentTaxonomy, CurrentTaxonomy.type ~ ':' ~ currentWidget.properties.source) %} {% include template_from_string(CurrentTaxonomy.getAttribute(currentWidget.properties.source)) %} {% endfilter %}
{% endif %}