blob: fd574765dd4364eb08c9b5929864299fb959133a (
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>%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<nav class="links">
<a href="/">jobs</a>
| <a href="/services">services</a>
<span class="right">
%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}
<span id="nav_progress"></span>
</span>
</nav>
%{ template "$page_template" %}
</body>
</html>
|