Dancer-SearchApp

 view release on metacpan or  search on metacpan

views/layouts/main.tt  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
<title>Dancer::SearchApp</title>
<link rel="stylesheet" href="<% request.uri_base %>/css/style.css" />

<!-- Grab jQuery locally -->
<script type="text/javascript" src="<% request.uri_base %>/javascripts/jquery.min.js"></script>
</head>
<body>
<% content %>
<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer</a> <% dancer_version %>
</div>
</body>
</html>



( run in 1.579 second using v1.01-cache-2.11-cpan-39bf76dae61 )