<?xml version="1.0" encoding="UTF-8"?>
<!-- c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
  vi: set shiftwidth=2 tabstop=2 expandtab:
  :indentSize=2:tabSize=2:noTabs=true:
-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://xmlns.jcp.org/jsf/html"
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
      xmlns:f="http://xmlns.jcp.org/jsf/core">
<ui:decorate template="WEB-INF/templates/header.xhtml" />
<f:view>
    <ui:composition template="WEB-INF/templates/login.xhtml">
        <ui:param name="username" value="StudentLoginBean.username"/>
        <ui:param name="password" value="StudentLoginBean.password"/>
    </ui:composition>
</f:view>
</html>
