feat(cards): Generate placeholders for cards without a pair

This commit is contained in:
2024-12-03 19:20:28 +01:00
parent b179541532
commit f880e9f10c
4 changed files with 51 additions and 11 deletions

View File

@@ -28,6 +28,7 @@
</head>
<body class="A4 landscape">
{{ range .CardSegments }}
<div class="sheet">
<div class="columns is-multiline">
{{ range .Cards }}
@@ -68,6 +69,7 @@
{{ end }}
</div>
</div>
{{ end}}
</body>
</html>