20 lines
No EOL
372 B
Text
20 lines
No EOL
372 B
Text
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
<#import "lib-list.ftl" as l>
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<#include "head.ftl">
|
|
</head>
|
|
|
|
<body>
|
|
<#include "identity.ftl">
|
|
|
|
<#include "menu.ftl">
|
|
|
|
${body}
|
|
|
|
<#include "footer.ftl">
|
|
</body>
|
|
</html> |