blob: 8118ca06fd47da584e6e678b18f371f0e3550a70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE HTML>
<html>
<head>
<title>%($CYCHE_SITE_NAME%)</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<nav class="links">
<a href="/">jobs</a>
| etc...
<span class="right">
%($CYCHE_SITE_NAME%)
<span id="nav_progress"></span>
</span>
</nav>
%{ template "$page_template" %}
</body>
</html>
|