Files
simplex-chat/website/src/_includes/layouts/article.html
T
2022-07-31 15:27:32 +05:00

13 lines
324 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=\, initial-scale=1.0">
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/blog.css">
</head>
<body>
{{ content | safe }}
</body>
</html>