13 lines
377 B
HTML
13 lines
377 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
|
template="/resources/template/template.xhtml">
|
|
|
|
<ui:define name="title">
|
|
Home
|
|
</ui:define>
|
|
|
|
<ui:define name="body" >
|
|
Home
|
|
</ui:define>
|
|
</ui:composition> |