everything is configured properly, you will see the LibrePlanet 2015
site, complete with header, sidebar, and footer.
-Enabling Server Side Includes on New Pages
-------------------------------------------
+Creating a New Page
+-------------------
+
+### Boilerplate
+
+Add the following to your new page:
+
+```
+<!--#include virtual="/2015/header.html"-->
+<!--#include virtual="/2015/footer.html"-->
+```
+
+This will include the header and footer, saving you from duplicating
+HTML.
+
+### Add Your Markup
+
+Add HTML markup in-between the header and footer includes.
+
+### Enable SSI
Files that contain include directives must be marked as executable
otherwise Apache will not parse them. The directive `XBitHack on`