Seperated landing page into self contained template as gradient stylings were making the dashboard hard to read
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user