General configuration 

Download the extension.

Variables 

templatePath

templatePath
Required

true

type

string

Path to the pug template on the filesystem.

variables

variables
Required

false

type

string or cObject

Variables to pass on to the pug template renderer.

dataProcessing

dataProcessing
Required

false

type

array of class references by full namespace

see

DataProcessing documentation

debug

debug
Required

false

type

boolean

Showes a debug output in the frontend with all variables for this template.
It can also be globally activated for every pug template by adding the parameter pugdump=1 to the uri.

example