add templates

main
lambda 1 week ago
parent b8262e550e
commit e4ea7ed10c

@ -1,9 +1,12 @@
---
title: Cyclocrust 51
---
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="static/css/bundle.css">
<title>cyclocrust</title>
<title>{{ title }}</title>
</head>
<body>
<div class="head"> <div class="logo">
@ -19,7 +22,7 @@
</ul>
</div>
<div class="main">
main content
{{ content | safe }}
</div>
</body>
</html>

@ -0,0 +1,4 @@
---
layout: main
---
<div>ololo</div>

@ -0,0 +1 @@
# Ololo

@ -0,0 +1,3 @@
{
layout: "main"
}
Loading…
Cancel
Save