<!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>
  <div class="header_bar">
    <header>
      <a href="#{configBean.headerTitleUrl}">
        <h1>#{configBean.pageTitle}</h1>
      </a>
      <a href="#{configBean.headerSubTitleUrl}">
        <p>#{configBean.subTitle}</p>
      </a>
    </header>
  </div>
</ui:composition>
</html>
