userexit
userexit
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
well just put those tags in ur general file
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
they changed it
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
this is the right syntax btw
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
th:replace="~{header.html :: header}"
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
kinda pointless imo
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
pointless to have useless divs
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
nah rather do th:block
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
yeah so I can have one general.html with multiple fragments
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
etc
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
navmenu
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
header
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
and then access different stuff
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
with general stuff
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
does it mean i can have oen big general.html
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
after the :: u put header too
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
?
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
will it include the css automatically
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
<link rel="stylesheet" href="header.css"> <header> <h1>Programme annuel des etudiants</h1> </header> this is my header.html
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
and just change content
63 replies
JCHJava Community | Help. Code. Learn.
Created by userexit on 11/3/2024 in #java-help
How to include a thymeleaf template into another one, to include header, footer etc
i can then include header, footer and nav menu
63 replies