<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html> <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.org/ui" xmlns:jsf="http://xmlns.jcp.org/jsf" template="../template/template.xhtml" > <ui:define name="HEAD_TITULO_PAGINA">HOME</ui:define> <ui:define name="TITULO_PAGINA"><p:menuitem value="agtemplate" url="#" /></ui:define> <ui:define name="CAMINHO_PAGINA">agtemplate</ui:define> <ui:define name="MENU_PAGINA"> </ui:define> <ui:define name="FORMULARIO"></ui:define> <ui:define name="LIVRE"> </ui:define> </ui:composition>