You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
374 B
HTML

1 year ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kamo is writing a thesis about code documentation!</title>
<link rel="stylesheet" href="{{url_for('static', filename='style.css')}}">
</head>
<body>
{% for content in contents %}
<section class="chapter">
{{content|safe}}
</section>
{% endfor %}
</body>
</html>