Skip to content

Instantly share code, notes, and snippets.

@wizardjedi
Last active April 27, 2018 14:31
Show Gist options
  • Save wizardjedi/01318c6f3eadaceb82933da84d78040e to your computer and use it in GitHub Desktop.
Save wizardjedi/01318c6f3eadaceb82933da84d78040e to your computer and use it in GitHub Desktop.
Java template engine language description
#if () { 
#}

#for () {
  #if () {
    <Component data="${data}">
      <Field />
    </Component>
  #}
#}

<html>

{include ''}

<for item in $items>
</for>
<extends "src/main/layout1.html" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment