summaryrefslogtreecommitdiff
path: root/internal/anki/templates/bg_bg_reverse_back.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 10:09:01 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 10:09:01 +0300
commit467e0c0e7d9849f83ebff78f10d1de04445c1852 (patch)
treef1c2a30c6489df621b5f735be6fe3b9f64d21e02 /internal/anki/templates/bg_bg_reverse_back.html
parentacec1e0668084715dc1e981b11b1562243283f58 (diff)
refactor(anki): split APKG generator into SQLiteSchemer, ZipPackager, CardTemplate
Extract SQLite schema and inserts into SQLiteSchemer, zip creation into ZipPackager, and embedded HTML/CSS templates into CardTemplate with external .html and .css files. APKGGenerator orchestrates copy, media mapping, DB build, and packaging. Made-with: Cursor
Diffstat (limited to 'internal/anki/templates/bg_bg_reverse_back.html')
-rw-r--r--internal/anki/templates/bg_bg_reverse_back.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/internal/anki/templates/bg_bg_reverse_back.html b/internal/anki/templates/bg_bg_reverse_back.html
new file mode 100644
index 0000000..1cf2cbe
--- /dev/null
+++ b/internal/anki/templates/bg_bg_reverse_back.html
@@ -0,0 +1,18 @@
+{{FrontSide}}
+
+<hr id="answer">
+
+<div class="back">
+<div class="bulgarian-front">{{BulgarianFront}}</div>
+{{#AudioFront}}
+<div class="audio">{{AudioFront}}</div>
+{{/AudioFront}}
+{{#Image}}
+<div class="image-container">
+{{Image}}
+</div>
+{{/Image}}
+{{#Notes}}
+<div class="notes">{{Notes}}</div>
+{{/Notes}}
+</div>