Download GHRML

Note that GHRML depends on Genshi >=0.4.4. The "-" tag requires Genshi >=0.5.

Use GHRML

  • For Genshi users, ghrml.GHRMLTemplate extends MarkupTemplate, providing the same interface, but processing GHRML-format templates, instead of Genshi-format templates
  • For Django users, ghrml.ghrml_django provides methods such as render_to_response (note: you will need to set GENSHI_TEMPLATE_DIRS - see John Leung's instructions on how to use the snippet which inspired this feature).