Skip to content
James Lott edited this page Mar 11, 2018 · 1 revision

Description

This transformer is invoked on any asset which includes mako in its pipeline. It will render the asset data as a Mako template. The transformer sets three context variables for every template:

  • asset_path: The path of the asset being transformed
  • asset_meta: The metadata of the asset being transformed

In addition to these context variables, all items from the project level configuration will be added to the template context.

Clone this wiki locally