.stmpl(): simple template parser in jQuery
. jQuery itself has .tmpl(), which is deprecated, and jquery-ui is working on templating, which is in alpha. In the meanwhile this does something similar in just a few lines of code :,
Example code:
```
{{title}}
{{##creators,type,guidate##}}
{{
##participants##}}
{{
##
||short,description##
}}
{{
keywords: ##keywords##}}
```
The parser does the following replacements:
{{key}} => value {{##key##}} =>