!!!
%html
%head
%title Shortener
%link{rel: 'stylesheet', type: 'text/css', href: '/patched.bootstrap.min.css'}
%script{src: '/jquery.min.js', type: 'text/javascript'}
%script{src: 'site.js', type: 'text/javascript'}
%body{:'padding-top' => '60px'}
%div.topbar
%div.topbar-inner
%div.container
%a{class: 'brand', href: "/"} Shortener
%ul.nav
%li
%a{href: '/index'} Index
%li
%a{href: '/add'} Add
- if $conf.s3_enabled
%li
%a{href: '/upload'} Upload
#main.container(style="margin-top: 40px;")
= yield