14 lines
412 B
Text
14 lines
412 B
Text
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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">
|
|
<%= item[:head] %>
|
|
</head>
|
|
<body>
|
|
<%= render '/partials/navbar.*' %>
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|