www/rst.tmpl
changeset 79 a0f224c26f08
child 81 129d6a9579b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/rst.tmpl	Thu Aug 04 15:31:15 2016 +0300
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name=viewport content="width=device-width, initial-scale=1">
+<meta charset="utf-8">
+%(head)s
+%(stylesheet)s
+%(body_prefix)s
+  <div id="sidebar"><iframe src="iframe.html"></iframe></div>
+  <div class="header container">
+      [ <a class="reference external" href="README.html">About</a>
+      | <a class="reference external" href="README.html#tips-licence">Licence</a>
+      | <a class="reference external" href="http://resume.defun.work/">Contacts</a> ]
+  </div>
+  <div class="header small container">
+      Written by Oleksandr Gavenko (AKA gavenkoa),
+      compiled on <tt class="docutils literal"><span class="pre">{date}</span></tt>
+      from rev <tt class="docutils literal">{rev}</tt>.
+  </div>
+%(body_pre_docinfo)s
+%(docinfo)s
+%(body)s
+%(body_suffix)s