git.fiddlerwoaroof.com
templates/toolbar.html
2588d43a
 <html>
     <head>            
       <title>Document Title</title>
 		<link rel="stylesheet" href="static/stylesheets/base.css">
     </head>
 	 <body style="margin: 0px !important">
 	 	<div style="margin:auto auto;width:10em;text-align:center;height:100%">
 		 <a href="/" target="_top" style="color:olive;vertial-align:middle">Home</a>
 		 <a href="{{url}}" style="color:olive;vertial-align:middle" target="_top">Linked Page</a>
 		</div>
   	 </body>
 </html>