Sometimes you need to write about shortcodes, as I do in Insert raw HTML in Hugo with a simple shortcode, you need to escape these shortcode calls.

Hugo uses the following syntax to escape these delimiters in the a content source file

{{< escape's_shortcode_name >}}

{{% /escape's_shortcode_name %}}