durfdoen-2.0/layouts/default.erb
2020-02-27 16:55:36 +01:00

11 lines
352 B
Plaintext

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