blob: 38e5e0f4aa9f9f427de79464772912bfa7a25a3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html>
<head>
<meta charset=utf-8 />
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
<link href="epcv.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="content">
{{ content }}
</div>
</div>
</body>
</html>
|