{% extends "base.html" %} {% block title %}Chart - fx-quant{% endblock %} {% block content %}

Price Chart with Pivot Points

{% if error_msg %}
{{ error_msg }}
{% endif %}
{% endblock %}