You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
519 B
17 lines
519 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<script src="./js/paged.js" type="text/javascript"></script>
|
||
|
<script src="./js/paged.polyfill.js" type="text/javascript"></script>
|
||
|
<link href="./css/pagedjs.css" rel="stylesheet" type="text/css">
|
||
|
<link href="./css/print.css" rel="stylesheet" type="text/css" media="print">
|
||
|
<!-- <link href="./css/baseline.css" rel="stylesheet" type="text/css" media="print"> -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="wrapper">
|
||
|
{{ publication_unfolded }}
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|