2012-09-18 17:51:53 +01:00
|
|
|
<head>
|
|
|
|
<meta charset=UTF-8>
|
2012-09-19 01:15:49 +01:00
|
|
|
<title>{{headline}}</title>
|
2012-09-19 01:10:47 +01:00
|
|
|
<link rel="stylesheet" href="{{root}}/bootstrap/css/bootstrap.css" type="text/css">
|
|
|
|
<link rel="stylesheet" href="{{root}}/css/base.css" type="text/css">
|
2012-09-18 17:51:53 +01:00
|
|
|
<!--[if IE]>
|
|
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
2012-09-19 01:10:47 +01:00
|
|
|
<script src="{{root}}/bootstrap/js/bootstrap.js"></script>
|
2012-09-18 17:51:53 +01:00
|
|
|
|
|
|
|
</head>
|