Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/599316527/fuckingest-tpl-engine-in-js

The Lightest & Fuckingest Template Engine Ever
https://github.com/599316527/fuckingest-tpl-engine-in-js

Last synced: 27 days ago
JSON representation

The Lightest & Fuckingest Template Engine Ever

Awesome Lists containing this project

README

        

The Lightest & Fuckingest Template Engine Ever
=============

* Light
* Simple
* Unreliable
* Hard to use

[DEMO](https://rawgit.com/599316527/fuckingest-tpl-engine-in-js/master/example.html)

## Usage

```javascript
/**
* The Lightest & Fuckingest Template Engine Ever
* @param {String} tpl
* @param {Object} data
* @return {String}
*/
render(/* tpl */, /* data */);
```