typst4ei 2.0.0

The Typst4EI building and serving tool/cli
1
2
3
4
5
6
7
8
{% extends "base.html.j2" %}

{% block title %}{{ error }}{% endblock %}

{% block main %}
<h1 class="h4">{{ error }}</h1>
<p>{{ description }}</p>
{% endblock %}