Skip to content

eventray-archive/pyramid_mustache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid_mustache

Extensions for pyramid to use mustache as the rendering engine

In your main of init.py:

config.add_renderer(
    name='.html'
    , factory='pyramid_mustache.MustacheRendererFactory'
)

In your setup.py's message_extractors:

('templates/**.mustache', 'pyramid_mustache.extract_mustache', None),

About

Extensions for pyramid to use mustache as the rendering engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages