gremmie@1: <?xml version="1.0" encoding="UTF-8"?>
gremmie@1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
gremmie@1: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
gremmie@1: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
gremmie@1: <head>
gremmie@1: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
gremmie@1: <title>Markdown Preview</title>
gremmie@1: <link rel="stylesheet" type="text/css" href="~/templates/preview.css" />
gremmie@1: </head>
bgneal@136: {{ data|safe }}
gremmie@1: </body>
gremmie@1: </html>