2022-03-26 23:28:10 +03:00
|
|
|
<head>
|
2022-09-01 14:02:47 +03:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-05-08 18:17:46 +03:00
|
|
|
<title><%= title || dataset.forum_name +"-forum" %></title>
|
|
|
|
<meta name="description" content="<%= dataset.description %>">
|
2022-09-09 15:34:12 +03:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2023-05-08 18:17:46 +03:00
|
|
|
<link rel="stylesheet" href="/css/themes/<%= dataset.theme.name %>.css" />
|
2022-09-09 15:10:44 +03:00
|
|
|
<link rel="stylesheet" href="/css/common.css" />
|
2022-03-26 23:28:10 +03:00
|
|
|
</head>
|