durfdoen-2.0/layouts/default.erb

13 lines
384 B
Text
Raw Normal View History

2020-02-27 16:55:36 +01:00
<html>
<head>
<title> Durf Doen! - <%= item[:titel] || item.identifier.without_ext.split('/').last %> </title>
<link rel="stylesheet" href="/stylesheets/main.css">
<link rel="shortcut icon" href="/assets/favicon.png">
2020-02-27 20:25:33 +01:00
<%= raw item[:head] %>
2020-02-27 16:55:36 +01:00
</head>
<body>
<%= render '/partials/navbar.*' %>
<%= yield %>
</body>
2020-02-27 20:25:33 +01:00
</html>