{% assign id = include.id %} {% assign text = include.text | default: "Text"%} {% assign description = include.description | default: "Description" %}
{% if include.custom %}

{{text}}

{{description}}
{% endif %}
{% capture_global scripts %} {% endcapture_global %}