2.6.0 • Published 4 years ago

docpad-plugin-haml v2.6.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

Adds support for the HAML templating engine to DocPad

Convention: .anything.haml

Usage

---
title: "HAML Example"
---

%h1= document.title

%ul
  :each filename in getCollection('database').pluck('filename')
    %li= filename

Refer to the haml website and the haml-js guide for more information about what is possible.

NOTE: Tabs do not play nice with HAML.

Install this DocPad plugin by entering docpad install haml into your terminal.

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under: