HTMS Files

HTMS Files are a file that contain samples to then be injected

These files can have any extension but we recommend:

  • .htms

  • .html

  • .xml

Sample syntax:

<sample name="Sample">
  HTML Content
</sample>

Sample name should be treated as a id, and having multiple with the same name may cause issues

Static vars

To add static vars in the html content include

${VarName}

<sample name="Greeting">
  Hello, ${name}
</sample>

Last updated