You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
454 B
16 lines
454 B
7 years ago
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
|
||
|
<meta name=viewport content="width=device-width, initial-scale=1" />
|
||
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
|
||
|
<title><%= current_page.data.title || 'Extrémiste inside' %></title>
|
||
|
<%= stylesheet_link_tag 'all', media: :all %>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= partial 'nav' %>
|
||
|
<%= yield %>
|
||
|
</body>
|
||
|
</html>
|