{% if __SELF__.fixture %}{{ __SELF__.fixture }}{% else %}div{% endif %}
{% if __SELF__.fixture %}data-fixture data-ce-tag="p"{% else %}data-editable{% endif %}
data-component="{{ __SELF__ }}::onSave"
data-file="{{ __SELF__.file }}"
data-tools="{{ __SELF__.tools }}"
{% if __SELF__.class %}class="{{ __SELF__.class }}"{% endif %}>
{{ __SELF__.content|raw }}
{% if __SELF__.fixture %}{{ __SELF__.fixture }}{% else %}div{% endif %}>
{% if __SELF__.renderCount == 1 %}
{% put scripts %}
{% endput %}
{% put styles %}
{% endput %}
{% endif %}