website/src/default.template

33 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang:}">
<head>
<title>The Luon Network - {title: }</title>
<link href="{relocatable: default.css}" rel="stylesheet"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="luon, network, linux, debian, system administration"/>
<meta name="description" content="The main site of the Luon Network;"/>
<meta name="robots" content="all"/>
</head>
<body>
<div id="content">
<div id="header">
<h1>The Luon Network; &#8210; {title: }</h1>
</div>
<div id="menu">
{menu: {used_nodes: all}}
</div>
<div id="body">
<webgen:block name="content"/>
</div>
<div id="footer" class="bar">
This page was last updated on <strong>{filemtime: }</strong><br/>
This site is (re)generated with <a href="http://webgen.rubyforge.org">webgen</a> on <strong>{date: }</strong>
</div>
</div>
</body>
</html>