0
|
1 |
<!DOCTYPE html>
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta name=viewport content="width=device-width, initial-scale=1">
|
|
5 |
<meta charset="utf-8">
|
|
6 |
%(head)s
|
|
7 |
%(stylesheet)s
|
|
8 |
%(body_prefix)s
|
|
9 |
<div id="sidebar"><iframe src="iframe.html"></iframe></div>
|
|
10 |
<div class="header container">
|
|
11 |
[ <a class="reference external" href="index.html">About</a>
|
|
12 |
| <a class="reference external" href="index.html#license">Licence</a>
|
|
13 |
| <a class="reference external" href="http://resume.defun.work/">Contacts</a> ]
|
|
14 |
</div>
|
|
15 |
<div class="header small container">
|
|
16 |
Written by Oleksandr Gavenko (AKA gavenkoa),
|
|
17 |
compiled on <tt class="docutils literal"><span class="pre">{date}</span></tt>
|
|
18 |
from rev <tt class="docutils literal">{rev}</tt>.
|
|
19 |
</div>
|
|
20 |
%(body_pre_docinfo)s
|
|
21 |
%(docinfo)s
|
|
22 |
%(body)s
|
|
23 |
%(body_suffix)s
|