<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:p="http://primefaces.org/ui" xmlns:h="http://xmlns.jcp.org/jsf/html" > <body> <ui:decorate template="/WEB-INF/templates/template.xhtml"> <ui:define name="contenido"> <h:form> <p:outputPanel style="font-size: 30px;text-align: center"> <h:outputText value="Gestion de Notificacion"/> </p:outputPanel> </h:form> </ui:define> </ui:decorate> </body> </html>