The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
% my ($path, $title) = @_;
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="utf-8">
    <title>
        %= $title || ''
    </title>
    <style type="text/css">
        %= $self->render_file( $path . '/main.css' )
    </style>
    <link rel="shortcut icon" type="image/png" href="favicon.png" />
</head>
<body>
    <header>
    </header>
    <article>