!!! %html

%head
  %title&= "mdview -- #@title"
  %meta{ 'http-equiv' => 'Content-Type',
         content: 'text/html;charset=utf-8' }
  %link{ rel: 'stylesheet', type: 'text/css',
         href: '/css/bootstrap.min.css' }
  %link{ rel: 'stylesheet', type: 'text/css',
         href: '/css/pygments.css' }
  %link{ rel: 'stylesheet', type: 'text/css',
         href: '/css/mdview.css' }
%body
  .container.w800
    != yield