<figure ="img" :class="class" :id="id">
<img loading="lazy" :alt="alt" :src="_ || src">
<!--
Inner comment and another
-->
<p>I finally made it to the public</p>
<figcaption :if="caption">{{ caption }}</figcaption>
<figcaption :if="caption">{{ caption }}</figcaption>
<script>
constructor(data) {
this.caption = data.caption || ''
}
</script>
</figure>