22 lines
614 B
Plaintext
22 lines
614 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="<%= description_for(current_page) %>">
|
|
|
|
<link rel="shortcut icon" href="<%= image_path('favicon.png') %>">
|
|
|
|
<title><%= title_for(current_page) %></title>
|
|
|
|
<%= stylesheet_link_tag "application" %>
|
|
|
|
<!--[if lt IE 9]>
|
|
<%= javascript_include_tag "ie-compat" %>
|
|
<![endif]-->
|
|
|
|
<%= yield_content :head %>
|
|
</head>
|
|
|
|
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
|