App-perldolicious

 view release on metacpan or  search on metacpan

bin/perldolicious  view on Meta::CPAN

app->mode('production');
app->initialize;
app->defaults(layout => 'index');
app->start;

__DATA__

@@ css/main.css

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' ) %>" />



( run in 2.536 seconds using v1.01-cache-2.11-cpan-5735350b133 )