https://github.com/zhanhb/thymeleaf-layout-dialect
Thymeleaf Layout Dialect rewritten in java, without groovy
https://github.com/zhanhb/thymeleaf-layout-dialect
dialect layout thymeleaf
Last synced: 3 months ago
JSON representation
Thymeleaf Layout Dialect rewritten in java, without groovy
- Host: GitHub
- URL: https://github.com/zhanhb/thymeleaf-layout-dialect
- Owner: zhanhb
- License: apache-2.0
- Fork: true (ultraq/thymeleaf-layout-dialect)
- Created: 2016-05-19T08:13:54.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:46:25.000Z (over 1 year ago)
- Last Synced: 2025-08-17T15:52:02.201Z (8 months ago)
- Topics: dialect, layout, thymeleaf
- Language: Java
- Homepage: https://zhanhb.github.io/thymeleaf-layout-dialect
- Size: 6.01 MB
- Stars: 23
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Thymeleaf Layout Dialect
========================
[](https://github.com/zhanhb/thymeleaf-layout-dialect/actions/workflows/build.yml?query=event%3Apush%20branch%3Amain)
[](https://codecov.io/gh/zhanhb/thymeleaf-layout-dialect/branch/main)
[](https://search.maven.org/search?q=g:%22com.github.zhanhb%22%20AND%20a:%22thymeleaf-layout-dialect%22)
[](https://javadoc.io/doc/com.github.zhanhb/thymeleaf-layout-dialect)
Thymeleaf Layout Dialect rewritten in java.
Installation
------------
Minimum of Java 8 and Thymeleaf 3.0 required.
### Standalone distribution
Copy the JAR from [one of the release bundles](https://github.com/zhanhb/thymeleaf-layout-dialect/releases),
placing it in the classpath of your application, or build the project from the
source code here on GitHub.
For installation instructions, examples, and configuration options for version 2
of the layout dialect, check out the docs pages over on https://zhanhb.github.io/thymeleaf-layout-dialect/
For docs on version 1 of the layout dialect, the classic readme still exists
over on https://github.com/zhanhb/thymeleaf-layout-dialect/tree/1.4.x
- GroupId: `com.github.zhanhb`
- ArtifactId: `thymeleaf-layout-dialect`
- Version: (as per the badges above)
Usage, Examples and Other documents
-----
The package names keep the same as original.
Please visit https://github.com/ultraq/thymeleaf-layout-dialect for details.