booklet stuff html to md no longer md

main
ada 2 years ago
parent f4e8e737ca
commit a8b0706273

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,4 +1,4 @@
<DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title></title>
@ -8,6 +8,10 @@
<link rel="stylesheet" type="text/css" href="print_style.css">
</head>
<body>
<div id="contenteo">{{ content }}</div>
<div id="contenteo">
{% for section in content %}
<section class="section">{{ section }}</section>
{% endfor %}
</div>
</body>
</html>
Loading…
Cancel
Save