Files
pydantic/docs/theme/main.html
T
Samuel Colvin f10680dd75 add buy-sell-ads advert to docs (#978)
* add buy-sell-ads advert to docs

* hide ad box on mobile
2019-11-08 17:16:46 +00:00

10 lines
181 B
HTML

{% extends "base.html" %}
{% block content %}
{# no ad on the home page #}
{% if not page.is_index %}
<div id="bsa-cpc"></div>
{% endif %}
{{ super() }}
{% endblock %}