18 lines
600 B
HTML

<!DOCTYPE html>
<html lang="en">
{% import "lang_macro.html" as lang_macro %}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/common.css">
<title>{{pres.index.title}}</title>
</head>
<body>
<div class="main-container">
<div>
<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>
</div>
</div>
</body>
</html>