Create rawhtml.html

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 >}}
```
This commit is contained in:
Sylvia Dieckmann 2022-06-15 10:11:05 +02:00 committed by GitHub
parent 1d92c6b79b
commit a151d9579b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}