2010-11-18 18:52:26 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#import "lib-list.ftl" as l>
|
2010-11-18 18:52:26 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<#include "head.ftl">
|
|
|
|
</head>
|
2010-11-18 18:52:26 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<body>
|
|
|
|
<#include "identity.ftl">
|
|
|
|
|
|
|
|
<#include "menu.ftl">
|
|
|
|
|
|
|
|
${body}
|
|
|
|
|
2010-11-18 18:52:26 +00:00
|
|
|
<#include "footer.ftl">
|
2010-12-08 14:04:45 +00:00
|
|
|
</body>
|
2010-11-18 18:52:26 +00:00
|
|
|
</html>
|