34 lines
773 B
HTML
34 lines
773 B
HTML
![]() |
<!doctype html>
|
||
|
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
||
|
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
|
||
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
||
|
<head>
|
||
|
{% include _cvhead.html %}
|
||
|
</head>
|
||
|
|
||
|
<body class="page">
|
||
|
|
||
|
{% include _browser-upgrade.html %}
|
||
|
|
||
|
<div id="main" role="main">
|
||
|
<article class="page">
|
||
|
<div class="article-wrap">
|
||
|
{{ content }}
|
||
|
|
||
|
</div><!-- /.article-wrap -->
|
||
|
|
||
|
</article>
|
||
|
</div><!-- /#index -->
|
||
|
|
||
|
<div class="footer-wrap">
|
||
|
<footer>
|
||
|
{% include _footer.html %}
|
||
|
</footer>
|
||
|
</div><!-- /.footer-wrap -->
|
||
|
|
||
|
{% include _scripts.html %}
|
||
|
|
||
|
</body>
|
||
|
</html>
|