how can I load html files and not .dt or diet files in vibe.d

Aravinda VK mail at aravindavk.in
Thu Feb 1 10:44:24 UTC 2024


On Thursday, 1 February 2024 at 03:20:31 UTC, dunkelheit wrote:

> !!! 5
> html
> 	body
> 		h1 hello diet
> 	-iframe("hola.html")
>
>
> please help me :')

Try

```
html
     body
         h1 hello diet
         iframe(src="hola.html")
```


More information about the Digitalmars-d-learn mailing list