2020-08-28 22:14:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="nl">
|
|
|
|
<head>
|
2020-09-05 21:40:05 +02:00
|
|
|
<meta charset="utf-8">
|
2020-08-28 22:14:28 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2020-08-28 21:55:27 +02:00
|
|
|
<title> Durf Doen! - <%= item[:naam] || abbreviation(item) %> </title>
|
2020-08-28 22:14:28 +02:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="/stylesheets/main.css">
|
|
|
|
<link rel="shortcut icon" href="/assets/favicon.png">
|
2020-09-06 20:41:54 +02:00
|
|
|
<%= item[:head] %>
|
2020-08-28 22:14:28 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|