# Raw HTML in Hugo Insert raw HTML Code anywhere ## Install 1. Add the shortcode file to `layouts/shortcodes` ## Usage ```html {{< rawhtml >}}

your html code here

Example HTML

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