templates/profile/widget/description.html.twig line 1

Open in your IDE?
  1. <div class="my-3 p-3 bg-white rounded">
  2.     {{ profile.description|raw }}
  3. </div>