This allows to inject raw html into any content file. For example, my client uses an appointment booking service which requires a generated html snippet to be inserted into the content page.
```
{{< rawhtml >}}
<div id="etermin">
<iframe ...>...</iframe>
<script>...</script>
</div>
{{< /rawhtml >}}
```
2 lines
29 B
HTML
2 lines
29 B
HTML
<!-- raw html -->
|
|
{{.Inner}}
|