0.1.3 • Published 9 years ago

static2000-jade v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

static2000-jade

Jade adapter for Static2000.

Installation

Via npm:

npm install static2000-jade

Usage

This is the default template adapter for static2000. Install, create templates and content as .jade files and run.

Globals

Global include

This adapter includes [templates folder]/includes/globals.jade in all files, templates and content, so mixins defined there are available both in the body of content and in templates:

+my-mixin()

Global functions

The global functions are available without namespace in the templates:

- var visiblePages = query({ visible: true });