2022-06-23 11:10:24 +02:00
|
|
|
---
|
|
|
|
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>lauka.net - Book: {{ name }}</title>
|
|
|
|
<link rel='stylesheet' type='text/css' media='screen' href="{{ '/css/main.css' | url }}"/>
|
|
|
|
</head>
|
|
|
|
<body class="h-card">
|
2023-06-13 11:06:54 +02:00
|
|
|
<h1>
|
|
|
|
lauka.net - Book: {{ name }}
|
|
|
|
</h1>
|
|
|
|
<a href="/">⇠ back home</a>
|
2022-06-23 11:10:24 +02:00
|
|
|
<h2>Rating:
|
|
|
|
{% for i in range(0, rating) -%}
|
|
|
|
⭐
|
|
|
|
{%- endfor %}
|
|
|
|
|
|
|
|
</h2>
|
|
|
|
<p class="p-note">
|
|
|
|
{{ content | safe }}
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|