How to Embed Raw Html Code in Hugo

Sometimes Markdown’s syntax and features are a bit limiting, and we need to add some extra components. In that case, we can simply embed the HTML directly, like this: <iframe src="https://www.youtube.com/embed/aWzlQ2N6qqg" title="YouTube video player" frameborder="0"...