RSS Git Download  Clone
Raw Blame History
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
    <title></title>
    <link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap.css" />
    <link rel="stylesheet" href="[% request.uri_base %]/css/style.css" />
    
    <!-- Grab Google CDN's jQuery. fall back to local if necessary -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
        type="text/javascript"></script>
    <script type="text/javascript">/* <![CDATA[ */
        !window.jQuery && document.write('<script type="text/javascript"
        src="[% request.uri_base %]/javascripts/jquery.min.js"><\/script>')
    /* ]]> */</script>
</head>
<body>
    [% content %]
    <div id="footer">
        <hr />
        Powered by <a href="http://perldancer.org/">Dancer2</a> [% dancer_version %]
    </div>
</body>
</html>