7 lines
205 B
HTML
7 lines
205 B
HTML
<script>
|
|
window.addEventListener('load', function() {
|
|
window.Bergamot.renderPresets['{{ .name }}'] =
|
|
{{ readFile (printf "static/bergamot/rendering/%s" .file) }};
|
|
});
|
|
</script>
|