git.fiddlerwoaroof.com
Raw Blame History
<%inherit file="${context['base']}" />
<%namespace file="pandoc.mako" name="pandoc" />

<%block name="header">
  ${parent.header()}
  <!--[if lt IE 9]>
  <style type="text/css">code{white-space: pre;}</style>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</%block>

<%block name="content_block">
  <%pandoc:markdown>
    ${content}
  </%pandoc:markdown>
</%block>