Template-Pfade korrigiert/vereinheitlicht
[website] / dist / potemkin / html-experimente / basis-layout.html
index b6c85c0..ece0715 100644 (file)
@@ -3,16 +3,15 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Nur das Basis-Layout', uri='/potemkin/html-experimente/basis-layout.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Basis-Layout</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../less/base.less" th:href="@{/css/base.min.css}"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.min.css}"/>
   </head>
-  <body>
+  <body thymeproxy:variables="MERGE:potemkin.json">
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>