afterthoughts from a dumb dragoness

youtube embed

<div class="youtube">
  <div style="">
    <p>
      <iframe
        src="https://www.youtube.com/embed/[YOUTUBE_VIDEO_ID]" 
        title="Video player"
        frameborder="0" 
        allow="accelerometer; 
               autoplay;
               clipboard-write;
               encrypted-media;
               gyroscope;
               picture-in-picture; 
               web-share" 
        allowfullscreen
      ></iframe>
    </p>
  </div>
  <small>[SUBTITLE_LABEL]</small>
</div>

This is an example for a subtitle under an embed Youtube video. Hello!

comment box

<details>
  <summary>Comments</summary>
  <a href="[KOMMENTS_CLOUD_URL]" _target="blank">Write a comment</a>

  ---
 
  <ul>
    <li><b>Paco:</b> This is a comment</li>
    <ul>
      <li><b>Mariano:</b> This is a subcomment</li>
    </ul>
  </ul>
</details>
Comments Write a comment