Skip to content

Instantly share code, notes, and snippets.

@fomigo
Created February 3, 2012 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fomigo/1731076 to your computer and use it in GitHub Desktop.
Save fomigo/1731076 to your computer and use it in GitHub Desktop.
MODX Basic Template extended
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>[[++site_name]] - [[*pagetitle]]</title>
<base href="[[++site_url]]" />
<style>
body {margin:auto; width:800px; color: #5F5F5F;}
</style>
</head>
<body>
<nav>
[[Wayfinder? &startId=`0`]]
</nav>
<header>
<h1>[[*pagetitle]]</h1>
</header>
<article>
[[*content]]
</article>
<hr style="clear:both;" />
<footer>
<p>&copy; 2012 - by <strong>fomigo</strong></p>
<p><small>total: [^t^], from: [^s^]</small></p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment