{% extends 'layout.html.twig' %}
{% block content %}
{{ pimcore_textarea("customContent", {
htmlspecialchars: false,
"nl2br": false,
"height": 500,
"placeholder": "Product Description"
}) }}
{% endblock %}