Comments

HSVT supports comments using the // notation. All characters after // are ignored.

<div class="container">
    // This container contains the contained items
    <span> "..." </span>
</div>

As with all coding, don’t overuse them. But they’re useful to explain the structure of more complex templates.