15 lines
430 B
HTML
15 lines
430 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"
|
|
xmlns:p="http://primefaces.org/ui"
|
|
template="/resources/template/template.xhtml">
|
|
|
|
<ui:define name="title">
|
|
Logout
|
|
</ui:define>
|
|
|
|
<ui:define name="body">
|
|
<h2>You are logged out. </h2>
|
|
</ui:define>
|
|
|
|
</ui:composition> |