diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 89b7e7b..2b72b90 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 9ea9049..2fed3b4 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -7,6 +7,30 @@ + {% endblock %} {% block structured_data %} @@ -47,102 +71,41 @@
-
-
+
+ {% csrf_token %}
- +
- - {% if results %} -
-

Your Results for "{{ topic }}"

-
-
-
-

Suggested Title

-
-

{{ results.title }}

- -
-
-
-
-
-

SEO Keywords

-
-

{{ results.keywords|join:", " }}

- -
-
-
-
-
- {% endif %} +
+
-
-
+
+ {% csrf_token %}
- +
- - {% if youtube_results %} -
-

Your YouTube Results for "{{ topic }}"

-
-
-
-

Suggested Title

-
-

{{ youtube_results.title }}

- -
-
-
-
-
-

Keywords

-
-

{{ youtube_results.keywords|join:", " }}

- -
-
-
-
-
-

Hashtags

-
-

{{ youtube_results.hashtags|join:" " }}

- -
-
-
-
-
- {% endif %} +
+
- - {% if error %} -
{{ error }}
- {% endif %}
@@ -237,8 +200,107 @@ +{% endblock %} +{% block scripts %}