1.4.0 • Published 2 years ago

@nraf/nte v1.4.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Introduction

NTE is an abbreviation for NRAF Template Engine, and is available on npm under @nraf/nte.

NTE takes inspiation from template engines like, Nunjucks and in-turn Jinja2, which are just phenominal, but moves away from the idea of template inheriance using blocks and instead felicitates the functionality using partials, powered by template imports, using the include function.

Features

  • Statements
  • Expressions for Conditionals
  • Partials (Coming Soon)