git.fiddlerwoaroof.com
docs/template.html
ee0b3ccd
 <!doctype html>
 <html lang="en">
   <head>
     <meta charset="UTF-8"/>
     <script src="assets/highlight.pack.js"></script>
     <link href="assets/tufte.css" rel="stylesheet"/>
     <link href="assets/style.css" rel="stylesheet"/>
     <link rel="stylesheet" href="assets/zenburn.css">
865712d7
     <style>
       article {
         -webkit-hyphens: auto;
         hyphens: auto;
       }
       h1,h2,h3,h4,h5,h6 {
         -webkit-hyphens: manual;
         hyphens: manual;
       }
     </style>
ee0b3ccd
   </head>
   <body>
865712d7
     <a href="https://github.com/cjdev/routedux">
       <img
6ae3aba9
         style="position: fixed; top: 0; right: 0; border: 0; z-index: 10"
865712d7
         src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
         alt="Fork me on GitHub"
         data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
     </a>
ee0b3ccd
     <article>
       ◊(->html ◊doc)
     </article>
     <script>hljs.initHighlightingOnLoad();</script>
   </body>
 </html>