Seperated landing page into self contained template as gradient stylings were making the dashboard hard to read

This commit is contained in:
Peter Stockings
2024-03-29 22:00:17 +11:00
parent d25e8bb182
commit 3ce976507e
4 changed files with 170 additions and 115 deletions

View File

@@ -90,7 +90,8 @@
</header>
<main class="flex flex-1 flex-col gap-4 p-4 md:p-6" data-id="50" id="container">
{% block page %}
{{ render_partial('dashboard/http_functions/overview.html', http_functions=http_functions) }}
{{ render_block(app.jinja_env, "dashboard/http_functions/overview.html", "page",
http_functions=http_functions) }}
{% endblock %}
</main>
</div>