https://github.com/k1r0s/kml
Template helpers based on EJS
https://github.com/k1r0s/kml
ejs-templates template-engine template-language
Last synced: about 1 year ago
JSON representation
Template helpers based on EJS
- Host: GitHub
- URL: https://github.com/k1r0s/kml
- Owner: k1r0s
- Created: 2017-03-18T09:38:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T21:28:56.000Z (about 9 years ago)
- Last Synced: 2025-02-07T15:16:27.465Z (over 1 year ago)
- Topics: ejs-templates, template-engine, template-language
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kml
template parsers built on top [EJS engine](https://github.com/mde/ejs).
```html
```
will be transform into:
```html
for(var __i = 0; __i < items.length; __i++){ ?>
} ?>
```
---
```html
Go!
```
will be transform into:
```html
Go!
$$on("click", "kfdhua9d", function(){
sayHello();
})
?>
```