Lovely Template Engine
Jtwig is a modern template engine for Java. The most configurable, extensible, easy and powerful one. Designed with love for web development.
Take a Look
Jtwig syntax is simple, readable and sexy.
copy
{% if (user.loggedIn) %}
<div class="greeting">
Hello <span class="usename">{{ user.greetingName }}</span>!
</div>
{% else %}
<div class="login">
Hello there! Try to <a href="/login">Login</a>
</div>
{% endif %}
Give it a try
Check our quick start guides to integrate with your project.