calepin 0.0.17

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
{% include "partials/site-head.html" %}
{{ doc.body_open }}
{% include "partials/site-nav.html" %}
    <main class="academic-landing calepin-landing calepin-content" data-pagefind-body>
        {{ doc.body }}
    </main>
{% include "partials/pagefind-modal.html" %}
{% include "partials/scripts.html" %}
{{ doc.body_close }}