static html()

in x-template.js [59:61]


  static html(strings, ...values) {
    return TemplateEngine.#createRawResult(strings, values);
  }