jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.12k stars 326 forks source link

Support template engine syntax in content files #378

Open jonbullock opened 7 years ago

jonbullock commented 7 years ago

See forum discussion: https://groups.google.com/d/msg/jbake-user/64MiZRTl_3I/1Y7O0DMYAAAJ

Idea is that template syntax will be processed prior to content markup. Proposed template engine to use for this is Groovy.

bmarwell commented 3 years ago

Freemarker workaround: <@ content?interpret />