Skip to main content

Handlebars compiler for Gears

Project description

Handlebars compiler for Gears. This package already includes the Handlebars source code for you, so you don’t need to worry about installing it yourself.

Bundled Handlebars version: 1.0.7

Installation

Install gears-handlebars with pip:

$ pip install gears-handlebars

Requirements

gears-handlebars requires node.js to be installed in your system.

Usage

Add gears_handlebars.HandlebarsCompiler to environment’s compilers registry:

from gears_handlebars import HandlebarsCompiler
environment.compilers.register('.handlebars', HandlebarsCompiler.as_handler())

If you use Gears in your Django project, add this code to its settings:

GEARS_COMPILERS = {
    '.handlebars': 'gears_handlebars.HandlebarsCompiler',
}

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

gears-handlebars-0.1.2.tar.gz (380.4 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