calepin 0.0.1

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
{{ doc.head }}
{% for style in styles -%}
<style>
{{ style.css }}
</style>
{% endfor -%}
{{ doc.body_open }}
{{ doc.body }}
{{ doc.body_close }}