Skip to content
jessemiller edited this page Sep 14, 2010 · 5 revisions

Installing

easy_install hamlpy

Usage

To simply output the conversion to your console:
hamlpy inputFile.hamlpy

Or you can have it dump right into a file:
hamlpy inputFile.hamlpy outputFile.html

Syntax

Plain Text

Any line that is not interpreted as something else is taken as plain text, and passed through unmodified.

Clone this wiki locally