You are here

page-url-qr-code-block.html.twig in Page URL QR Code Block 8

<div class='page-url-qr-code'>
  <img src='{{url}}' alt='{{alt}}' width='{{width}}' height='{{height}}' />
  <span class='page-url-qr-code-caption'>{{caption}}</span>
</div>

File

templates/page-url-qr-code-block.html.twig
View source
  1. <div class='page-url-qr-code'>
  2. <img src='{{url}}' alt='{{alt}}' width='{{width}}' height='{{height}}' />
  3. <span class='page-url-qr-code-caption'>{{caption}}</span>
  4. </div>