Templates und Seiten ein Verzeichnis höher geschoben und thymeleaf/ gelöscht
[website] / dist / thymeleaf / projects / html-experimente / basis-layout.html
diff --git a/dist/thymeleaf/projects/html-experimente/basis-layout.html b/dist/thymeleaf/projects/html-experimente/basis-layout.html
deleted file mode 100644 (file)
index 3ca88e0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Nur das Basis-Layout', uri='/projects/html-experimente/basis-layout.html'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Basis-Layout</title>
-    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css" th:href="@{/css/base.min.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>