{% extends 'base.html' %} {% block title %}Tether / BTC Data{% endblock %} {% block include_scripts_top %} {% endblock %} {% block body %} {% with url_ticker='ticker.ticker', params={} %} {% include 'menu.html' %} {% endwith %}
{% for f in frequencies_charts %} {% endfor %}
{% endblock %}