{% 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.

{% for post in posts %}

{{ post.title }}

{% else %}

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

{% endfor %}
{% endblock %}