App-perldolicious
view release on metacpan or search on metacpan
bin/perldolicious view on Meta::CPAN
body {
font-family: calibri, sans-serif
}
@@ layouts/index.html.ep
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title><%= title %> - <%= ucfirst(app->moniker) %></title>
<link rel="stylesheet" href="<%= url_for( '/css/main.css' ) %>" />
</head>
<body>
<%= content %>
</body>
</html>
@@ exception.production.html.ep
( run in 0.230 second using v1.01-cache-2.11-cpan-4d50c553e7e )