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

https://github.com/marcodpt/template

A template engine component based on mustache.js
https://github.com/marcodpt/template

component esm esmodules mustache mustache-js template template-engine

Last synced: 3 months ago
JSON representation

A template engine component based on mustache.js

Awesome Lists containing this project

README

        

# template
A template engine [component](https://github.com/marcodpt/component/) based on
[mustache.js](https://github.com/janl/mustache.js/)

[Live demo](https://marcodpt.github.io/component/?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fmarcodpt%2Ftemplate%2Fsample.js)

## Params
- string `view`: the template view
- `data`: the data to be rendered in the view

## Update
- `data`: Rerender view with new data