Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolekovic/kite
small + super-fast HTML templating
https://github.com/danilolekovic/kite
html html-templating imports templating
Last synced: 3 months ago
JSON representation
small + super-fast HTML templating
- Host: GitHub
- URL: https://github.com/danilolekovic/kite
- Owner: danilolekovic
- License: mit
- Created: 2015-04-23T01:09:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T21:16:40.000Z (almost 3 years ago)
- Last Synced: 2024-06-29T03:33:44.526Z (5 months ago)
- Topics: html, html-templating, imports, templating
- Language: JavaScript
- Homepage: http://danilolekovic.github.io/kite
- Size: 12.7 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kite
### Information
## Features
* Only half a kilobyte (`643b`)
* Fast
* Error handling
* Multiple files## Example
**index.html:**
```html```
**test.html:**
```htmlHello world!
```### Get It Now
Simply add this tag to the bottom of your HTML file.
```js
```
### To-Do
[x] Multiple files in one tag
### License
This project is licensed under the permissive [MIT license](https://raw.githubusercontent.com/danilolekovic/kite/master/LICENSE).