--- /dev/null
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
+<s:url var="base" value="/" />
+<h1 id="logo"><a href="${base}index.html" title="Home" class="l">juplo</a></h1>
<s:url var="base" value="/" />
<t:insertDefinition name="NOMENU">
<t:putAttribute name="title" value="Branding" type="string"/>
+ <t:putAttribute name="header">
+ <h1 id="logo"><strong class="l">juplo</strong></h1>
+ </t:putAttribute>
<t:putAttribute name="breadcrumb">
<li class="b"><strong class="b">Home</strong></li>
</t:putAttribute>