2013-11-26 07:33:00 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="en"><![endif]-->
|
|
|
|
<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="en"><![endif]-->
|
|
|
|
<!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]-->
|
|
|
|
<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="initial-scale=1.0">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<!--[if IE]>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
|
|
|
<![endif]-->
|
|
|
|
<title>poche</title>
|
2013-11-27 07:42:03 -05:00
|
|
|
<link rel="stylesheet" href="/assets/css/knacss.css" media="all">
|
|
|
|
<link rel="stylesheet" href="/assets/css/style.css" media="all">
|
2013-11-26 07:33:00 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include '_top.twig' %}
|
|
|
|
<div id="main">
|
|
|
|
<div id="content" class="w600p center">
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% include '_footer.twig' %}
|
|
|
|
</body>
|
|
|
|
</html>
|