| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html 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"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | |
| <title>Myfaces Example Facelets</title> | |
| </head> | |
| <body> | |
| <h1> | |
| <ui:insert name="title">Myfaces Example Facelets</ui:insert> | |
| </h1> | |
| <p> | |
| <ui:insert name="body">Hello World Example!</ui:insert> | |
| </p> | |
| </body> | |
| </html> |