ultraq / thymeleaf-layout-dialect

A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse

Home Page:https://ultraq.github.io/thymeleaf-layout-dialect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main layout not getting introduced

KrunchMuffin opened this issue · comments

commented

I am unsure what is happening here, but the main-layout is not getting inserted. It's just pulling in the content and leaving all the layout tags in place.
image

I have the dependency

        <dependency>
            <groupId>nz.net.ultraq.thymeleaf</groupId>
            <artifactId>thymeleaf-layout-dialect</artifactId>
            <version>3.1.0</version>
        </dependency>