Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / WEB-INF / templates / about.jsp
1 <%@page contentType="text/html;charset=UTF-8"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%@page session="false" %>
4 <aside class="m">
5   <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
6   The german law enforces the so called <em>Impressum</em> to enable
7   customers to easily find out all juristically relevant informations
8   about the company, that rules a site.
9   <h1>Find out more...</h1>
10   If you just want to learn more about juplo you should better
11   <a href="${base}about.html" title="Learn more about juplo now">visit our about-pages</a>.
12 </aside>