You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Also, HMPL can be a great alternative to popular tools such as HTMX and Alpine.j
56
56
-**Server-oriented**: Work with the server directly through markup and with a little js
57
57
-**Generate thousands of DOM nodes from a single template**: Work with large components not only on the server but also on the client
58
58
-**Simple**: Get ready-made UI from the server by writing a couple of lines of familiar object syntax
59
-
-**Protected from XSS attacks**: Sanitize incoming HTML from the server with [DOMPurify](https://www.npmjs.com/package/dompurify) and work with it safely
59
+
-**Protected from XSS attacks**: Enable incoming server HTML sanitization with [DOMPurify](https://www.npmjs.com/package/dompurify) and work with it safely
60
60
-**Flexible**: Can be used in almost any project due to not only working through a script, but also working in files with the `.hmpl` extension
61
61
-**Integrated with JSON5**: Flexible writing of objects by [specs](https://spec.json5.org) as in vanilla js, as well as the reliability of the parser used by millions of people
62
62
-**Small bundle size**: Lots of functionality in a couple of kilobytes
0 commit comments