An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Thymeleaf Layout Dialect
========================

[![Build Status](https://github.com/zhanhb/thymeleaf-layout-dialect/actions/workflows/build.yml/badge.svg?event=push&branch=main)](https://github.com/zhanhb/thymeleaf-layout-dialect/actions/workflows/build.yml?query=event%3Apush%20branch%3Amain)
[![Code Coverage](https://codecov.io/gh/zhanhb/thymeleaf-layout-dialect/branch/main/graph/badge.svg)](https://codecov.io/gh/zhanhb/thymeleaf-layout-dialect/branch/main)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.zhanhb/thymeleaf-layout-dialect.svg?maxAge=3600)](https://search.maven.org/search?q=g:%22com.github.zhanhb%22%20AND%20a:%22thymeleaf-layout-dialect%22)
[![Javadocs](https://javadoc.io/badge/com.github.zhanhb/thymeleaf-layout-dialect.svg)](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.