Skip to main content

UNKNOWN

Project description

# bottle-haml

An extension for using [Haml templates](http://haml.info/) in your [Bottle](http://bottlepy.org) applications.

## Installation

`bottle-haml` is available via PIP:

pip install bottle-haml

## Usage

Once installed, use is simple. Simply import the helper method `haml_template` as follows:

from bottlehaml import haml_template

From there, usage is exactly the same as Bottle's built-in `template` method except it will search for files with the extension `.haml` and parse them as Haml.

@route('/')
def index():
headlines = [
"Tree Stuck in Cat, Firefighters Baffled",
"Local Pet Spider, Silky, Missing"
]
return haml_template('index', headlines=headlines)

## Haml reference

`bottle-haml` uses the [PyHaml](https://github.com/mikeboers/PyHAML) module to parse Haml into the Mako templates that Bottle uses. For a reference of the Haml syntax supported please see the PyHaml project's GitHub page.

- - -

Copyright (c) 2013 [WireLoad Inc.](http://www.wireload.com/)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bottle-haml-0.1.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page