{# <%= COMPONENT_NAME =%> ---------------------------------------------------------------------- view/component/<%= COMPONENT_FOLDER =%>/<%= COMPONENT_REF =%> @author <%= AUTHOR =%> Sample Embed Code: #} {# Component: <%= COMPONENT_NAME =%> #} {# {% include 'component/<%= COMPONENT_FOLDER =%>/<%= COMPONENT_REF =%>.html' with { headline: 'New Component', description: 'Welcome to your new component!', } only %} #} {% set ns = 'component-<%= COMPONENT_REF =%>' %} {% set extraClasses = '' %} {% if theme %} {% set extraClasses += ' ' + ns + '--' + theme %} {% endif %} {% if customClasses %} {% set extraClasses += ' ' + customClasses %} {% endif %} {% if ref %} {% set refId = 'id="' + ref + '" ' %} {% endif %}

{{ headline }}

{{ description }}

{# __container #}
{# END #}