ClickHouse/website/templates/common_js.html
Cody Baker fbd82865ef
Crb restructure css (#35033)
* Remove greenhouse iframe css

* Edit build to include css, js, and images in /docs
2022-03-09 21:34:30 +03:00

10 lines
310 B
HTML

<script{% if not extra_js %} async{% endif %} type="text/javascript" src="/docs/js/base.js?js_digest"></script>
{% for src in extra_js %}
<script type="text/javascript" src="{{ src }}"></script>
{% endfor %}
<noscript>
<div><img src="https://mc.yandex.ru/watch/18343495" alt="Yandex"/></div>
</noscript>