fix: build template tag with json data issue.

This commit is contained in:
2026-01-22 23:19:39 +05:30
parent 70ba7af27d
commit 66981d6908
2 changed files with 45 additions and 8 deletions

View File

@@ -13,3 +13,9 @@ block content
ul
each val in items
li= val
input(data-json=`
{
"very-long": "piece of ",
"data": true
}
`)