<?php
if (!isset($TEMPLATE)) {
  $TITLE = 'The Template';
  $NAVIGATION = true;

  include 'template.inc.php';
}
?>

<p>
  There are some styles in the template that are included by default on
  every page. If you want to include styles not listed below see the additional
  extensions section. The default styles in the template include:
</p>

<ul>
  <li>Alerts</li>
  <li>Buttons</li>
  <li>Forms</li>
  <li>Icons</li>
  <li>Images</li>
  <li>Jump Lists</li>
  <li>Layout/Flexible Grid</li>
  <li>Lists</li>
  <li>Minimal</li>
  <li>References</li>
  <li>Tables</li>
  <li>Text Level Semantics</li>
  <li>Typography</li>
</ul>
