defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

Add Renderer.render_name() #122

Closed cjerdonek closed 11 years ago

cjerdonek commented 12 years ago

The Renderer class currently lets one render a template given a template string, object instance, or path (via the render() and render_path() methods respectively), but it does not let one render a template by name directly (using the search_dirs attribute, etc).

We should add Renderer.render_name().

jakearchibald commented 12 years ago

+1

cjerdonek commented 11 years ago

Committed in the development branch.