feat(cards): Generate placeholders for cards without a pair
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user