Added _layouts and _static dirs, with example files.

This commit is contained in:
Bastian Venthur
2010-07-25 15:46:32 +02:00
parent 453647bd64
commit ce835298cb
2 changed files with 62 additions and 0 deletions

27
_layouts/default.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>$title</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header">
<div id="header_title">
<a href="/">Bastian Venthur</a>
</div>
<div id="header_tagline">
Lorem Ipsum
</div>
</div>
<div id="content">
$content
</div>
<div id="footer">
</div>
</body>
</html>