Config

To config htms add a htms tag

<htms>
  Settings
</htms>

Each line is a command, you can start the line with // for comments

Go to the command category for each option

Example

<htms>
  import "sample" from "/samples.htms"
  inject "Element" with "sample"
</htms>

Last updated