<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
<title>Articulate</title>
[%- FOREACH stylesheet IN ["normalize","style"] -%]
<link rel="stylesheet" href="[% request.uri_base %]/css/[% stylesheet %].css" />
[%- END -%]
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script type="text/javascript">/* <![CDATA[ */
!window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/javascripts/jquery.js"><\/script>')
/* ]]> */</script>
[%- FOREACH script IN ["articulate-forms"] -%]
<script type="text/javascript" src="[% request.uri_base %]/javascripts/[% script %].js"></script>
[%- END -%]
</head>
<body>
<div class="page-flow">
[% content %]
<footer>
<p>
Served at <time>[% page.served | html %]</time>
</p>
<p>
</p>
</footer>
</div>
</body>
</html>