<!doctype html>
<html>
	<head>

	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">

  <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i" rel="stylesheet">

	<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>

	<style>
	{{{css}}}
	</style>

	</head>
	<body>

	<div id="resume">
		{{> basics }}
		{{> contacts }}
		{{> profiles }}
		{{> skills }}
		{{> work }}
		{{> education }}
		{{> projects }}
		{{> volunteer }}
		{{> awards }}
		{{> publications }}
		{{> languages }}
		{{> interests }}
		{{> references }}

	</body>
</html>
