rapids/1.1/overrides/main.html

14 lines
372 B
HTML

{% extends "base.html" %}
{% block disqus %}
<!-- Add custom comment system integration here -->
{% include "partials/integrations/utterances.html" %}
{% endblock %}
{% block outdated %}
You're not viewing the latest stable version of RAPIDS.
<a href="https://www.rapids.science/latest/">
<strong> Click here to go to latest. </strong>
</a>
{% endblock %}