Skip to content
Bernd Ebertz edited this page May 24, 2021 · 14 revisions

A templating platform for java

While template engines are based on scipting languages, overwhelming templates with all types of logic Snippetory rather acts as a next generation token replacer. By regions it supports loops and conditional inclusion and metadata describes how data is bound to the template.

  • Using the right Syntax it's possible to create intact templates.
  • Encodings make sure the output is sane.
  • Formats ease the binding of different datatypes and formatting acording to the locale.
Clone this wiki locally