12 lines
229 B
HTML
12 lines
229 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="./css/print.css" rel="stylesheet" type="text/css" media="print">
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
{{ publication_unfolded }}
|
|
</div>
|
|
</body>
|
|
</html> |