This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/md_pdf/assets/cover-template.html

11 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body class="cover">
<h1>{{ title }}</h1>
<h3>{{ subtitle }}</h3>
</body>
</html>