bootstrap_forms-8.x-1.x-dev/templates/bootstrap/popover.html.twig
templates/bootstrap/popover.html.twig
<span class="pop glyphicon {{ icon }}"
tabindex="0"
data-toggle="popover"
title="{{ title }}"
data-html="{{ html }}"
data-trigger="focus"
data-placement="{{ placement }}"
data-content="{{ content }}"></span>