templates/includes/blocks/story-lead.html.twig line 1

  1. <div class="story-lead {{ content.top }} {{ content.bottom }}" x-data="storylead">
  2.     <div class="story-lead__container">
  3.         <div class="story-lead__content" x-ref="content">
  4.             {% if content.text %}
  5.             {{ content.text|raw }}
  6.             {% endif %}
  7.         </div>
  8.         <div class="story-lead__dots" x-ref="dots">
  9.             <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 34">
  10.                 <path d="M112.998 16.836L96.164.002v16.834h16.834z" fill="#F0FF00" />
  11.                 <path d="M79.332 16.836L96.166 33.67V16.836H79.332z" fill="#00F" />
  12.                 <path d="M79.332 16.836L96.166 33.67V16.836H79.332z" fill="#00F" />
  13.                 <path d="M96.166 33.668L113 16.834H96.166v16.834z" fill="#73F456" />
  14.                 <path d="M96.166 0L79.332 16.834h16.834V0z" fill="#FF73F5" />
  15.                 <path d="M139.836.002l-16.834 16.834h16.834V.002z" fill="#F0FF00" />
  16.                 <path d="M139.836 33.668l16.834-16.834h-16.834v16.834z" fill="#00F" />
  17.                 <path d="M139.836 33.668l16.834-16.834h-16.834v16.834z" fill="#00F" />
  18.                 <path d="M156.668 16.834L139.834 0v16.834h16.834z" fill="#73F456" />
  19.                 <path d="M123 16.834l16.834 16.834V16.834H123z" fill="#FF73F5" />
  20.                 <path d="M167.002 17.164l16.834 16.834V17.164h-16.834z" fill="#F0FF00" />
  21.                 <path d="M200.668 17.164L183.834.33v16.834h16.834z" fill="#00F" />
  22.                 <path d="M200.668 17.164L183.834.33v16.834h16.834z" fill="#00F" />
  23.                 <path d="M183.834.332L167 17.166h16.834V.332z" fill="#73F456" />
  24.                 <path d="M183.834 34l16.834-16.834h-16.834V34z" fill="#FF73F5" />
  25.             </svg>
  26.         </div>
  27.     </div>
  28. </div>