Comment
New in v0.137.1
Use the comment
shortcode to include comments in your content. Hugo will ignore the text within these comments when rendering your site.
Use it inline:
{{% comment %}} rewrite the paragraph below {{% /comment %}}
Or as a block comment:
{{% comment %}}
rewrite the paragraph below
{{% /comment %}}
Although you can call this shortcode using the {{< >}}
notation, computationally it is more efficient to call it using the {{% %}}
notation as shown above.