{% if 'b' in allowed_tags %}{% endif %} {% if 'i' in allowed_tags %}{% endif %} {% if 'u' in allowed_tags %}{% endif %} {% if 'h2' in allowed_tags %}{% endif %} {% if 'h3' in allowed_tags %}{% endif %} {% if 'p' in allowed_tags %}{% endif %} {% if 'ul' in allowed_tags %}{% endif %} {% if 'ol' in allowed_tags %}{% endif %} {% if 'blockquote' in allowed_tags %}{% endif %} {% if 'a' in allowed_tags %}{% endif %} {% if 'img' in allowed_tags %}{% endif %} {% if 'pre' in allowed_tags and 'code' in allowed_tags %}{% endif %} {% if 'table' in allowed_tags and 'tr' in allowed_tags and 'td' in allowed_tags %}{% endif %} {% if shortcodes is not empty %} {% endif %}

Etiquetas permitidas: {{ allowed_tags|join(', ') }}

{% if shortcodes is not empty %} {% endif %}