More more of the page to replacable includes.

This commit is contained in:
Will Rossiter 2014-09-20 14:20:36 +12:00
parent be9eef83b4
commit 93dc64c480
3 changed files with 33 additions and 27 deletions

View File

@ -1,13 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<% base_tag %>
<meta charset="utf-8" />
<title><% if Title %>$Title &#8211; <% end_if %>$DocumentationTitle</title>
</head>
<% include DocumentationHead %>
<body>
<div class="wrapper">
<div id="layout" class="clearfix">
<% include DocumentationSidebar %>
@ -32,5 +27,6 @@
ga('send', 'pageview');
</script>
<% end_if %>
</body>
<% include DocumentationEnd %>
</html>

View File

@ -0,0 +1 @@
</body>

View File

@ -0,0 +1,9 @@
<head>
<% base_tag %>
<meta charset="utf-8" />
<title><% if Title %>$Title &#8211; <% end_if %>$DocumentationTitle</title>
</head>
<body>