From bcce4a343e16a6af15cd394c123c459719ef8dbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 7 Aug 2017 21:52:20 +0200 Subject: [PATCH] Please cherry-pick: - attempt to rewrite to h:doctype, but still not rendered. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/base.tpl | 88 ++++++++++++++++++++-------------- 1 file changed, 51 insertions(+), 37 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 14b11498..945c4ea5 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -1,59 +1,73 @@ - - - - + + + + - + - JJobs - <ui:insert name="title">Default title</ui:insert> + + <h:outputText value="JJobs" /> + <h:outputText value=" - " /> + <ui:insert name="title"> + <h:outputText value="Default title" /> + </ui:insert> + -
-