fix: fix html render escape error in template demo (#11922)

This commit is contained in:
qizidog 2023-02-21 18:20:08 +08:00 committed by GitHub
parent 60405853f3
commit 60c49b1d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
{{ each pics }}
<img src="{{$value}}"/>
{{/each}}
{{ author }}
{{@ author }}