mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
19 lines
No EOL
422 B
Text
19 lines
No EOL
422 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
|
|
<%= stylesheet_link_tag "site.css" %>
|
|
<%= yield_content :head %>
|
|
</head>
|
|
|
|
<body class="<%= page_classes %>">
|
|
|
|
<div id="main" role="main">
|
|
<%= yield %>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |