# Raw HTML in Hugo ## Install 1. Add the shortcode file to `layouts/shortcodes` ## Usage ```hugo {{< rawhtml >}}

your html code here

Example HTML

{{< /rawhtml >}} ``` ## Preview ![Raw HTML in Hugo](rawhtml.png)