2020-02-27 16:55:36 +01:00
|
|
|
<html>
|
2020-08-28 20:54:26 +02:00
|
|
|
<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">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<%= item[:head] %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= render '/partials/navbar.*' %>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
2020-02-27 20:25:33 +01:00
|
|
|
</html>
|