Created
April 26, 2011 14:58
-
-
Save dry/942431 to your computer and use it in GitHub Desktop.
Peanut CMS Documentation Layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Peanut Documentation | {title}</title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/documentation.css"> | |
</head> | |
<body> | |
<div id="container"> | |
<h1><a href="/" title="Peanut CMS">Peanut</a>: <a href="/documentation/">Documentation</a>: {title}</h1> | |
<div id="summary"> | |
{summary} | |
</div> | |
<div id="body"> | |
{body} | |
</div> | |
<p>Copyright © 2011 <a href="http://www.purple-dogfish.co.uk" title="Purple Dogfish Ltd">Purple Dogfish</a>. Running on <a href="http://peanutcms.com" title="Peanut CMS">Peanut</a> <em>(of course)</em>. Memory usage {memory_usage}.</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment