View Source Liquex.Tag.InlineCommentTag (liquex v0.13.0)

A tag that allows for inline comments using the # character.

liquid

Nothing in the comments will be rendered.
{% # This is a comment and won't be rendered %}

{% liquid # This is also a comment and won't be rendered %}

Output

Nothing in the comments will be rendered.