durfdoen-2.0/layouts/default.erb
Robbe Van Herck bdaa28a7fa Remove
2020-02-27 21:29:00 +01:00

12 lines
380 B
Text

<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">
<%= item[:head] %>
</head>
<body>
<%= render '/partials/navbar.*' %>
<%= yield %>
</body>
</html>