danilolekovic / kite

small + super-fast HTML templating

Home Page:http://danilolekovic.github.io/kite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kite

Information

Features

  • Only half a kilobyte (643b)
  • Fast
  • Error handling
  • Multiple files

Example

index.html:

<kite src="test.html"></kite>

test.html:

<p>Hello world!</p>

Get It Now

Simply add this tag to the bottom of your HTML file.

<script src="https://raw.githubusercontent.com/danilolekovic/kite/master/src/kite.min.js"></script>

To-Do

[x] Multiple files in one tag

License

This project is licensed under the permissive MIT license.

About

small + super-fast HTML templating

http://danilolekovic.github.io/kite

License:MIT License


Languages

Language:JavaScript 81.3%Language:HTML 18.7%