This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<!--[if lt IE 9]>
|
|
<%= javascript_include_tag "html5" %>
|
|
<![endif]-->
|
|
<%#= stylesheet_link_tag "module_widget" %>
|
|
<%= javascript_include_tag "module_widget" %>
|
|
<%= csrf_meta_tag %>
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|