Skip to content
/ nct Public

Asynchronous Node Templates + compiled client side

Notifications You must be signed in to change notification settings

wvl/nct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nct

nct is a nodejs (written in coffeescript) reformulation of my template system ideas for nc23, that is:

  • fully asynchronous
  • composable (through Django style parent/blocks)
  • compiled to source for straightforward use in the browser
  • lightweight markup -- the appearance should avoid heavy amounts of braces
  • logic free -- push any view logic into the context.
  • track dependencies -- for fast, incremental building in nc23
  • stamp: a unique template command for rendering multiple targets

Syntax

See wiki

About

Asynchronous Node Templates + compiled client side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published