1.0.0 • Published 6 years ago
thymeleafjs-adapter v1.0.0
Thymeleaf Adapter
Use Thymeleaf templates with Fractal.
Usage
Install via NPM:
npm i thymeleafjs-adapter
Then configure your Fractal instance:
fractal.components.engine('thymeleafjs-adapter');
// register the thymeleaf engine adapter for your components
fractal.components.set('ext', '.html');
// look for files with a .thymeleaf file extension
1.0.0
6 years ago