typst4ei 2.0.0-alpha

The Typst4EI building and serving tool/cli
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="{{static_dir}}/pico.min.css">
        <title>{{ site.name }}</title>
    </head>
    <body>
        <main class="container">
            <h1>{{ site.name }}</h1>

            <p>{{ site.description }}</p>

            <div class="sort-links">
                <a href="index_by_authors.html">[Sort by Authors]</a>
                <a href="index_by_date.html">[Sort by Modification Date]</a>
                <a href="index_by_category.html">[Sort by Category]</a>
                <a href="index_by_module.html">[Sort by Module]</a>
            </div>

            <hr>
            {% block main_table %}{% endblock %}
        </main>

        <footer class="container">
            <hr>
            <a href="https://gitea.mintcalc.com/typst4ei/TUM-typst4ei">Gitea Repository</a>
            <a href="license.html">License</a>
        </footer>
    </body>
</html>