vivo/themes/wilma/templates/page.ftl

20 lines
372 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
2010-11-09 13:27:35 +00:00
<#import "lib-list.ftl" as l>
<!DOCTYPE html>
<html lang="en">
<head>
<#include "head.ftl">
</head>
2010-11-04 13:50:34 +00:00
<body>
<#include "identity.ftl">
<#include "menu.ftl">
${body}
<#include "footer.ftl">
</body>
</html>