mirror of
https://github.com/thomasjwebb/thomasjwebb.git
synced 2025-12-19 11:19:51 +00:00
16 lines
No EOL
430 B
HTML
16 lines
No EOL
430 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
|
|
<link href="media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
|
|
<link href="media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |