summaryrefslogtreecommitdiff
path: root/twirllib
Commit message (Collapse)AuthorAgeFilesLines
* Add a TwirlModule to compile Twirl templates (#271)Guillaume Grossetie2018-05-244-0/+256
* initial implementation * Upgrade to the latest version * Add tests * Update the code to comply with the new API * Use reflection to call TwirlCompiler.compile function * Run twirllib.test on CI * Use the Java API as a workaround * wip * Cleanup the code (code review) * Add an example to call the Scala API * twirl that works with scala API * Create functions to override the default settings (will be available in the future)