The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%- DEFAULT
  title = 'Keep It Simple. [Rapi::Blog]'
-%]
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>

   <!--- Basic Page Needs
   ================================================== -->
   <meta charset="utf-8">
   <title>[% title %]</title>
   <meta name="description" content="">  
   <meta name="author" content="">

   <!-- mobile specific metas
   ================================================== -->
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

   <!-- CSS
    ================================================== -->
   <link rel="stylesheet" href="css/default.css">
   <link rel="stylesheet" href="css/layout.css">  
   <link rel="stylesheet" href="css/media-queries.css"> 

   <!-- Script
   ================================================== -->
   <script src="js/modernizr.js"></script>
   
   <script src="js/picoModal.js"></script>
   <script src="js/subcomment_popups.js"></script>

   <!-- Favicons
   ================================================== -->
   <link rel="shortcut icon" href="favicon.png" >

</head>

<body>

[% content %]

</body>

</html>