2012-02-19 19:24:05 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
2012-02-20 07:56:17 +00:00
|
|
|
<%#= stylesheet_link_tag "module_widget" %>
|
|
|
|
<%= javascript_include_tag "module_widget" %>
|
2012-02-19 19:24:05 +00:00
|
|
|
<%= csrf_meta_tag %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
|
|
</html>
|