aboutsummaryrefslogtreecommitdiff
path: root/ext/template-renderer.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-07-18 11:20:03 -0400
committerGitHub <noreply@github.com>2021-07-18 11:20:03 -0400
commit10a9da4d31b4837d8c48e3cd1c36a7b760691d74 (patch)
tree0212b214e749c2c525637e24e837a914a6013822 /ext/template-renderer.html
parente1230c7934084e1748e70e88b98f67e05cf0cf11 (diff)
Anki template renderer abstraction (#1839)
* Add AnkiTemplateRenderer abstraction * Move Anki-specific template functionality into AnkiTemplateRenderer * Add documentation comments
Diffstat (limited to 'ext/template-renderer.html')
-rw-r--r--ext/template-renderer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/template-renderer.html b/ext/template-renderer.html
index 9e0769f9..2db61d05 100644
--- a/ext/template-renderer.html
+++ b/ext/template-renderer.html
@@ -22,6 +22,7 @@
<script src="/js/dom/sandbox/css-style-applier.js"></script>
<script src="/js/language/sandbox/dictionary-data-util.js"></script>
<script src="/js/language/sandbox/japanese-util.js"></script>
+<script src="/js/templates/sandbox/anki-template-renderer.js"></script>
<script src="/js/templates/sandbox/template-renderer.js"></script>
<script src="/js/templates/sandbox/template-renderer-frame-api.js"></script>
<script src="/js/templates/sandbox/template-renderer-media-provider.js"></script>