Hello,

I recently wanted to automaticlly generate a diet-template at compile-time.
I generate a string like

"select (name='Enum1')
option(value='OP1') OP1"

and I want to add this to an existing dt-file.
eg.
...
form (name=form1)
... INSERT HERE

select (name='Enum1')
option(value='OP1') OP1

...

How would I do that ?