Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / potemkin / html-experimente / error.html
index 5205f86..2d5bae3 100644 (file)
@@ -2,15 +2,15 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout"
     >
   <head>
     <title>This Page Will Raise An Error</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
-    <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
-    <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
-    <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
+    <link rel="stylesheet" type="text/css" href="../css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="../css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
   </head>
-  <body>
+  <body thymeproxy:variables="MERGE:potemkin.json">
   </body>
 </html>