gsf / whiskers.js

Whiskers templating library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to render json-ld keys in compact IRI

fogfish opened this issue · comments

E.g. template

<h1>{dc:title}</h1>

for json-ld

{"@id": "abc", "dc:title": "my title"}

done