diff --git a/templates/deep_dive.html b/templates/deep_dive.html index 7f45a37..50e93ed 100644 --- a/templates/deep_dive.html +++ b/templates/deep_dive.html @@ -1,29 +1,32 @@ -{% extends "base.html" %} +{% extends "dashboard_base.html" %} {% block title %}Deep Dive: {{ symbol }}{% endblock %} {% block content %} -

Deep Dive Analysis for: {{ symbol }}

-

Showing posts that mention {{ symbol }}, sorted by most recent.

+ +
+

Deep Dive Analysis for: {{ symbol }}

+

Showing posts that mention {{ symbol }}, sorted by most recent.

-{% for post in posts %} -
-

{{ post.title }}

- -{% else %} -

No analyzed posts found for this ticker. Run the 'rstat' scraper to gather data.

-{% endfor %} {% endblock %} \ No newline at end of file