Skip to content

Instantly share code, notes, and snippets.

@mrkodssldrf
Created September 23, 2012 08:44
Show Gist options
  • Save mrkodssldrf/3769388 to your computer and use it in GitHub Desktop.
Save mrkodssldrf/3769388 to your computer and use it in GitHub Desktop.
PyroCMS Html Default Template
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{settings:site_name}} &raquo; {{template:title}}</title>
{{template:metadata}}
{{theme:css file="styles.css"}}
</head>
<body>
<div id="header">
Headerbereich
</div>
<div id="navigation">
<ul>
{{navigation:links group="header"}}
</ul>
</div>
<div id="main">
{{template:body}}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment