calepin 0.0.51

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
{% for file in js -%}
    {% if file.name != "theme-init.js" %}
    <script>
{{ file.content }}
    </script>
    {% endif -%}
{% endfor -%}