calepin 0.0.51

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
{% if item.href %}
<li class="calepin-website-sidebar-link"><a href="{{ item.href }}" aria-label="{{ item.label }}"{% if item.active %} class="active" aria-current="page"{% endif %}>{{ item.label_html }}</a></li>
{% else %}
<li class="calepin-website-sidebar-subheading"><span>{{ item.label_html }}</span></li>
{% endif %}