{% extends 'base.html' %}
{% block title %}Fear & Greed Index{% endblock %}
{% block include_scripts_top %}
{% endblock %}
{% block body %}
{% with url_ticker='ticker.ticker', params=dict() %}
{% include 'snippets/menu.html' %}
{% endwith %}