ADD USECASES

This commit is contained in:
2024-08-18 17:53:14 +02:00
parent 2db59058fd
commit 327b216b63
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="usecases/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/usecases1.html" %}
{% endblock content %}