mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
18 lines
409 B
Text
18 lines
409 B
Text
<!DOCTYPE html>
|
|
<html lang="<%= page.lang || 'en' %>">
|
|
<head>
|
|
<%- include('partials/head-common') %>
|
|
|
|
<title>
|
|
<%= page.title || site.title %>
|
|
</title>
|
|
<meta name="description" content="<%= page.description %>">
|
|
|
|
<link rel="stylesheet" href="/css/typography.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<%- include('partials/head-fonts') %>
|
|
</head>
|
|
<body>
|
|
<%- body %>
|
|
</body>
|
|
</html>
|