-
-
+ How To Convert a String to Int
-
{% block content %}{% endblock %}
diff --git a/TealCode/main/templates/main/list.html b/TealCode/main/templates/main/category.html
similarity index 100%
rename from TealCode/main/templates/main/list.html
rename to TealCode/main/templates/main/category.html
diff --git a/TealCode/main/templates/main/index.html b/TealCode/main/templates/main/index.html
index 028f283..2bf4df5 100644
--- a/TealCode/main/templates/main/index.html
+++ b/TealCode/main/templates/main/index.html
@@ -1,7 +1,6 @@
{% extends "main/base.html" %}
{% block content %}
-
-
+int c;
- c = int.c * t/g;
-
+
{% endblock content %}
\ No newline at end of file
diff --git a/TealCode/main/templates/main/topic.html b/TealCode/main/templates/main/topic.html
new file mode 100644
index 0000000..6c5c578
--- /dev/null
+++ b/TealCode/main/templates/main/topic.html
@@ -0,0 +1,12 @@
+{% extends "main/base.html" %}
+{% block content %}
+ Index
+
+
+
+ How To Convert a String to Int
+
+
+
+{% endblock content %}
\ No newline at end of file
diff --git a/TealCode/main/urls.py b/TealCode/main/urls.py
index dc6d6c7..535becd 100644
--- a/TealCode/main/urls.py
+++ b/TealCode/main/urls.py
@@ -3,5 +3,6 @@ from . import views
urlpatterns = [
path('', views.index, name="main-index"),
- path('list/', views.list, name="main-list"),
+ path('topic/int c;
+ c = int.c * t/g;
+