mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
20 lines
621 B
Text
20 lines
621 B
Text
---
|
|
title: lauka (dot) net
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta
|
|
name="viewport"
|
|
content="shrink-to-fit=no,width=device-width,height=device-height,initial-scale=1,user-scalable=1">
|
|
<meta name="description" content="My little cozy place on the web.">
|
|
<title>{{ title }}</title>
|
|
<link rel='stylesheet' type='text/css' media='screen' href="{{ '/css/main.css' | url }}"/>
|
|
</head>
|
|
<body class="h-card">
|
|
{{ content | safe }}
|
|
</body>
|
|
</html>
|