<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/about.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/about.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}
+ )}"
>
<head>
- <title id="title">About</title>
+ <title>About</title>
<!--/*-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/base.css"/>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/agb.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/agb.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Allgemeine Geschäftsbedingungen (AGB)</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/blog/article.html', json='MERGE:/blog/blog.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/blog/article.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/blog/blog.json')}"
>
<head>
<title id="title">juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/blog/comments.html', json='MERGE:/blog/blog.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/blog/comments.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/blog/blog.json')}"
>
<head>
<title id="title">juplo - blog - hibernate4-maven-plugin</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/blog/', json='MERGE:/blog/blog.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/blog/',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/blog/blog.json')}"
>
<head>
<title id="title">Blog</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/contact.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/contact.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Contact</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/datenschutz.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/datenschutz.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Datenschutz</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/expertise.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/expertise.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Expertise</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/haftung-inhalte.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/haftung-inhalte.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Haftung für Inhalte</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/haftung-links.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/haftung-links.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Haftung für Links</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/impressum.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/impressum.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}
+ )}"
>
<head>
- <title id="title">Impressum</title>
+ <title>Impressum</title>
<!--/*-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/base.css"/>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/index.html', contentclass='nomenu')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/index.html',
+ contentclass='nomenu',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}
+ )}"
>
<head>
- <title id="title">Home</title>
+ <title>Home</title>
<!--/*-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/base.css"/>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE:
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/accelerator.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:potemkin.json,MERGE:
{
"_titles": {
"/potemkin/accelerator.html": "Accelerator",
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/fix-swf/getting-started.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/fix-swf/getting-started.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">Fix SWF - Getting Started</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/fix-swf/overview.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/fix-swf/overview.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">Fix SWF - Overview</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.min.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/basis-layout.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/basis-layout.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Nur das Basis-Layout</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/breadcrumb.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/breadcrumb.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Langer Breadcrumb</title>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/print.css" th:href="@{/css/print.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/druck-layout.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/druck-layout.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Die für den Ausdruck angepasste Ansicht</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='unknown', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='unknown',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
xmlns:layout="http://www.thymeleaf.org"
layout:decorator="templates/layout"
>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='onecolumn', json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-einspaltig.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='onecolumn', json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere einspaltige Seite</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='nomenu', json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-kein-menü.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='nomenu', json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere Seite ohne Menü</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/fast-leer-mit-menü.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Fast leere Seite mit Menü</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/formulare.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/formulare.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Formulare</title>
<title>HTML-Experimente - Kein Layout</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/kein-layout.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/kein-layout.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Alle Stylings deaktiviert</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/phone.css" th:href="@{/css/phone.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/phone.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/phone.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Layout für Smartphones</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/seitenaufteilung.css" th:href="@{/css/seitenaufteilung.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/seitenaufteilung.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/seitenaufteilung.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Nur das Basis-Layout und die Seitenaufteiltung</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/seitenkopf.css" th:href="@{/css/seitenkopf.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/seitenkopf.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/seitenkopf.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Nur das Basis-Layout und der Seitenkopf</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/symbole.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/html-experimente/symbole.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">HTML-Experimente - Symbol-Font</title>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/tablet.css" th:href="@{/css/tablet.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/tablet.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/tablet.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Layout für Tablets</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/tiny.css" th:href="@{/css/tiny.css}"/>
</head>
- <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/tiny.html', json='MERGE:/potemkin.json')}">
+ <body th:replace="~{/templates/layout.html :: body(
+ uri='/potemkin/html-experimente/tiny.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}">
<main class="maincontent">
<header><h1>Layout für sehr kleine Bildschirmgrößen</h1></header>
<strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/potemkin/typo.html', json='MERGE:potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/potemkin/typo.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:potemkin.json')}"
>
<head>
<title id="title">Typography</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/projects.html', json='MERGE:/potemkin.json')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/projects.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, json='MERGE:/potemkin.json')}"
>
<head>
<title id="title">Projects - Potemkinsche Dörfer!</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/references.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/references.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">References</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/templates/404.html', contentclass='nomenu')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/templates/404.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='nomenu')}"
>
<head>
<title id="title">404: Page Not Found!</title>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/templates/error.html', contentclass='nomenu')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/templates/error.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent}, contentclass='nomenu')}"
>
<head>
<title id="title">An Unexpected Error Occured!</title>
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
- th:fragment="layout(uri)"
+ th:fragment="layout(uri,maincontent,marginalcontent)"
thymeproxy:variables="SET:sitemap.json"
>
<head>
- <title th:replace="~{::#title}">juplo - BASISTEMPLATE</title>
+ <title th:replace="${title}">juplo - BASISTEMPLATE</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Default / Responsive -->
<link rel="caononical" href="layout.html" th:replace="~{:: #canonical}?:~{}"/>
</head>
<body
- th:fragment="body(uri)"
+ th:fragment="body(uri, maincontent, marginalcontent)"
thymeproxy:variables="${json}"
th:with="crumbs=${_crumbs.get(uri)}"
id="top"
<hr class="b" />
</div>
<main class="content cf">
- <article id="content" class="main" th:include="~{::.maincontent}">
+ <article id="content" class="main" th:include="${maincontent}">
<header><h1 th:include="${title}">juplo - BASISTEMPLATE</h1></header>
<div th:fragment="maincontent">
<p>
</ul>
<hr class="n"/>
</nav>
- <aside class="m" th:insert="~{::.marginalcontent}?:~{}">
+ <aside class="m" th:insert="${marginalcontent}?:~{}">
<!--/* the following is only visible during natural templating -->
<h1>Other nasty but marginal stuff</h1>
<p>
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
- th:replace="~{/templates/layout.html :: layout(uri='/urheberrechte.html')}"
+ th:replace="~{/templates/layout.html :: layout(
+ uri='/urheberrechte.html',
+ title=~{:: title},
+ maincontent=~{:: .maincontent},
+ marginalcontent=~{:: .marginalcontent})}"
>
<head>
<title id="title">Urheberrecht</title>