ClickHouse/website/templates/common_js.html
Ivan Blinkov ab150f96a1
[website] get rid of remnants of old markup (from benchmark pages) (#10412)
* rm outdated nginx config

* get rid of most outdated markup of benchmark.html

* reformat js

* get rid of ru comments + wrap benchmark.js in a function call

* split benchmark results into separate files

* adjust links to benchmarks

* refactor hardware benchmarks as well

* adjust links

* fix filtering for hardware

* additional markup tuning
2020-04-22 14:30:33 +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>