18 lines
600 B
HTML
Raw Normal View History

2025-04-01 20:10:28 +03:00
<!DOCTYPE html>
<html lang="en">
2025-04-04 19:45:42 +03:00
{% import "lang_macro.html" as lang_macro %}
2025-04-01 20:10:28 +03:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/common.css">
2025-04-04 19:45:42 +03:00
<title>{{pres.index.title}}</title>
2025-04-01 20:10:28 +03:00
</head>
<body>
<div class="main-container">
<div>
2025-04-04 19:45:42 +03:00
<h2 class="">{{pres.index.about_me_header}}</h2>
<p class="description-text">{% if aboutme_template is string %} STRING {{lang_macro::incl('aboutme/')}} {% else %} NOT STRING{%endif%}</p>
2025-04-01 20:10:28 +03:00
</div>
</div>
</body>
</html>