<!DOCTYPE html>
<!-- c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
  vi: set shiftwidth=2 tabstop=2 expandtab:
  :indentSize=2:tabSize=2:noTabs=true:
-->
<html lang="en" xmlns:h="http://xmlns.jcp.org/jsf/html"
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
      xmlns:f="http://xmlns.jcp.org/jsf/core"
      xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
<ui:composition>
  <h:head>
    <h:outputStylesheet library="css" name="main.css" />
    <title>${configBean.pageTitle} - ${configBean.subTitle}</title>
  </h:head>
</ui:composition>
</html>