casualjim/vscode-gotemplate

Javascript not rendered correctly.

1Mark opened this issue · 0 comments

1Mark commented

Not rendering js correctly

<script>
const user = {
    "name" : {{.Name}},
    "bio": {{.Bio}}
}
</script>

image