std.ss

Standard library for Snakeskin.


Keywords
snakeskin, templateengine
License
MIT
Install
npm install std.ss@1.0.4

Documentation

std.ss

Standard library for Snakeskin.

NPM version NPM download

Install

npm install std.ss

Examples

- namespace myApp
- include 'std.ss/html'

- template myTemplate()
  - doctype
  < html
    < head
      - with std.html
        += @cdn('jquery@2', 'yandex')
        += @cdn('fontAwesome@4')