templates/widget/article-annotation/default.html.twig line 1

Open in your IDE?
  1. <div class="container">
  2.     <div class="delivery-annotation">
  3.         <div class="delivery-annotation-curve">
  4.             <svg width="92" height="7" viewBox="0 0 92 7" fill="none" xmlns="http://www.w3.org/2000/svg">
  5.                 <path d="M2 5.27218C6.88643 4.38374 10.4648 4.45392 15.6641 4.45392C20.7475 4.45392 26.9138 2.80953 31.6641 4.45386C38.7362 6.9019 45.596 2 53.037 2C59.8988 2 65.5332 4.45414 72.352 4.45414C78.3899 4.45414 84.5127 4.45414 90.349 4.45414" stroke="black" stroke-width="3" stroke-linecap="round"></path>
  6.             </svg>
  7.         </div>
  8.         <div class="delivery-annotation-text">
  9.             {{ text|default|raw }}
  10.         </div>
  11.     </div>
  12. </div>