PebbleTemplates / pebble

Java Template Engine
https://pebbletemplates.io
BSD 3-Clause "New" or "Revised" License
1.09k stars 166 forks source link

Macro defined inside parent template not accessible inside include template. #679

Open pradeepns1091 opened 3 months ago

pradeepns1091 commented 3 months ago

Macro defined inside parent template not accessible inside include template.

Error: io.pebbletemplates.pebble.error.PebbleException: Function or Macro does not exist.

Is it possible to access macro in Parent template and refer/call inside include template