## m.trust If you're writing a template for a view, use `m()` instead. This method flags a string as trusted HTML. Trusted HTML is allowed to render arbitrary, potentially invalid markup, as well as run arbitrary Javascript, and therefore the developer is responsible for either: - sanitizing the markup contained in the string, or - acknowledging that the string is authorized to run any code that may be contained within it. Note that browsers ignore `