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

Facing issues loading my template propertly

navindercsb15 opened this issue · comments

Hello Sir, I am facing issue loading my thymleaf layouts. The fragments are working properly, but the output page looks like the css or javascripts files has not been loaded properly. I have used syntax <script th:src="@{/vendors/jqvmap/examples/js/jquery.vmap.sampledata.js}"></script> to load my scripts and for loading my css . But I can't understand what is the issue. Please help me out to resolve this issue.

Covered in #190.