Commit graph

1 commit

Author SHA1 Message Date
Sylvia Dieckmann
a151d9579b
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 >}}
```
2022-06-15 10:11:05 +02:00