aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/plugins/command/rst2html/rst2html.tmpl
blob: 5a892ea6c20509e335a75ddcd1ec6b6246acd379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style class="text/css">
${rstcss}
</style>
</head>

<body>
${output}
</body>
</html>