glemplate/html
Utilities for rendering HTML templates.
Functions
pub fn encode(text: String) -> StringTree
Encode content as HTML entities so it’s safe in an HTML template.
Note! This is not safe for use in <script>
or <style>
tags!