<!DOCTYPE HTML> <html> <head> <title>%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}</title> <link rel="stylesheet" type="text/css" href="/style.css" /> <link rel="icon" type="image/png" href="/favicon.png" /> </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>