changed home page and added topics on the website also added them in navbar only shows when signed in

This commit is contained in:
ralphi3
2026-06-22 11:40:05 +12:00
parent 53fc8b90e4
commit 2b328f0ae2
6 changed files with 40 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
{% extends 'base.html' %}
{% block content %}
<h1>Calculus</h1>
{% endblock %}