Add HTML tags to Hugo Pages

So I wanted to add a few features to this site but in order to do so I found the easiest way was to directly embed HTML tags into the page. The only problem was Hugo will naturally ignore any HTML in posts/pages unless you do the following: Add a shortcode to your site It’s simple enough, just add a shortcode template in layouts/shortcodes/rawhtml.html with the following content: <!-- raw html --> {{....