{% extends "base.html" %} {% block content %}

Documentation

Quant-Sports reference and guides

{% if readme_html %}
{{ readme_html | safe }}
{% else %}

No README.md found at the project root.

{% endif %}
{% endblock %}