PebbleTemplates / pebble

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

Question regarding tags #651

Open olivierboucher opened 1 year ago

olivierboucher commented 1 year ago

Hi,

Is there any way to disable certain tags like include or embed ?

Our use case is that we allow customers to customize templates but we want to limit the functionality to basic tags like if and else.

Thanks