ClickHouse/website/templates/common_js.html
2021-09-20 00:10:13 +03:00

10 lines
305 B
HTML

<script{% if not extra_js %} async{% endif %} type="text/javascript" src="/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>