www.thymeleaf.org Open in urlscan Pro
2606:50c0:8000::153  Public Scan

Submitted URL: http://www.thymeleaf.org/
Effective URL: https://www.thymeleaf.org/
Submission: On December 26 via manual from CL — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Home
Site Menu
 * Home
 * Download
 * Docs
 * Ecosystem
 * FAQ

 * Twitter
 * GitHub


THYMELEAF


30 July 2023: Thymeleaf 3.1.2.RELEASE has been published.
See what's new in Thymeleaf 3.1 and how to migrate.

Thymeleaf is a modern server-side Java template engine for both web and
standalone environments.

Thymeleaf's main goal is to bring elegant natural templates to your development
workflow — HTML that can be correctly displayed in browsers and also work as
static prototypes, allowing for stronger collaboration in development teams.

With modules for Spring Framework, a host of integrations with your favourite
tools, and the ability to plug in your own functionality, Thymeleaf is ideal for
modern-day HTML5 JVM web development — although there is much more it can do.


NATURAL TEMPLATES

HTML templates written in Thymeleaf still look and work like HTML, letting the
actual templates that are run in your application keep working as useful design
artifacts.

<table>
  <thead>
    <tr>
      <th th:text="#{msgs.headers.name}">Name</th>
      <th th:text="#{msgs.headers.price}">Price</th>
    </tr>
  </thead>
  <tbody>
    <tr th:each="prod: ${allProducts}">
      <td th:text="${prod.name}">Oranges</td>
      <td th:text="${#numbers.formatDecimal(prod.price, 1, 2)}">0.99</td>
    </tr>
  </tbody>
</table>


INTEGRATIONS GALORE

Eclipse, IntelliJ IDEA, Spring, Play, even the up-and-coming
Model-View-Controller API for Java EE 8. Write Thymeleaf in your favourite
tools, using your favourite web-development framework.

Check out our Ecosystem to see more integrations, including community-written
plugins to speed-up your development with Thymeleaf.


LET'S GO!

Looking to get started? Check out our Download section for getting Thymeleaf,
then go to our Docs pages for several tutorials to slowly ease you into using
Thymeleaf.

Found a bug, or itching to contribute? Then find the GitHub repo for it on our
issue tracking page.


WHO'S USING THYMELEAF?

Lots of people are :) But here are a few who have been kind enough to provide us
with testimonials on how they came to Thymeleaf and the ways they are using it.
Click through to read what they have to say.

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

ON THIS SITE

 * Home
 * Download
 * Docs
 * Ecosystem
 * FAQ
 * Issue Tracking
 * The Thymeleaf Team
 * Who's using Thymeleaf?

EXTERNAL LINKS

 * Follow us on Twitter
 * Fork us on GitHub

Copyright © The Thymeleaf Team
Thymeleaf is open source software distributed under the Apache License 2.0
This website (excluding the names and logos of Thymeleaf users) is licensed
under the CC BY-SA 3.0 License