2012-03-05 00:24:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
2015-12-21 22:07:01 +01:00
|
|
|
<%= stylesheet_link_tag "site", "fragment" %>
|
2012-03-05 00:24:38 +01:00
|
|
|
<%= javascript_include_tag "application" %>
|
|
|
|
<%= yield_content :head %>
|
|
|
|
</head>
|
2015-12-21 22:07:01 +01:00
|
|
|
|
2012-03-05 00:24:38 +01:00
|
|
|
<body class="<%= page_classes %>">
|
|
|
|
|
|
|
|
<div id="main" role="main">
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
2015-12-21 22:07:01 +01:00
|
|
|
|
2012-03-05 00:24:38 +01:00
|
|
|
</body>
|
|
|
|
</html>
|