Edit core/templates/base.html via Editor
This commit is contained in:
parent
705b35bbc3
commit
2b772bec7d
@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}AI Task Manager{% endblock %}</title>
|
||||
<meta description="AI Task Manager - speak with AI to manage your tasks">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@ -38,7 +39,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main class="container mt-5">
|
||||
<main class="{% block container_class %}container{% endblock %} mt-5">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</main>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user