0.8.4 • Published 11 years ago

nct v0.8.4

Weekly downloads
53
License
-
Repository
-
Last release
11 years ago

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

extends

body

each

if

stamp

0.8.4

11 years ago

0.8.3

11 years ago

0.8.2

12 years ago

0.8.1

12 years ago

0.8.0

12 years ago

0.7.0

12 years ago

0.6.1

12 years ago

0.6.0

12 years ago

0.5.4

12 years ago

0.5.3

12 years ago

0.5.2

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago