Skip to content
/ dustjs Public
forked from linkedin/dustjs

Asynchronous templates for the browser and node.js

License

Notifications You must be signed in to change notification settings

anisus/dustjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dust

Asynchronous templates for the browser and node.js

Why?

I like Mustache and variants but none of them offers quite what I need.

Use Dust if you want these things:

  • async/streaming operation
  • browser/node compatibility
  • extended Mustache/ctemplate syntax
  • clean, low-level API
  • high performance
  • composable templates

Composable templates?

{^xhr}
  {>base_template/}
{:else}
  {+main/}
{/xhr}
{<title}
  Child Title
{/title}
{<main}
  Child Content
{/main}

Installation

$ npm install dust

Demo & Guide

Extensive docs and a full demo are available at http://akdubya.github.com/dustjs

About

Asynchronous templates for the browser and node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published