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.
19 lines
550 B
19 lines
550 B
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title><%= current_page.data.title || "Festival Pas Sage en Seine 2020" %></title>
|
|
<%= stylesheet_link_tag "site" %>
|
|
<%= javascript_include_tag "site" %>
|
|
</head>
|
|
<body>
|
|
<%= partial :navigation %>
|
|
<%= yield %>
|
|
|
|
<div id="modal-background">
|
|
<span class="close">[X]</span>
|
|
</div>
|
|
</body>
|
|
</html>
|