2020-04-23 18:18:25 +00:00
|
|
|
{#
|
|
|
|
To conform with standard, put <noscript> for <meta http-equiv> inside <head>.
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
|
|
|
|
And may as well put <style> tag here, just in case.
|
|
|
|
#}
|
|
|
|
<noscript>
|
|
|
|
<style>body > section:not(#noscript) { display: none !important; }</style>
|
2022-06-28 04:47:28 +00:00
|
|
|
{% if noscriptRefreshUrl !== null -%}
|
2020-04-23 18:18:25 +00:00
|
|
|
<!-- Redirect after 3 seconds -->
|
2020-05-25 20:49:54 +00:00
|
|
|
<meta http-equiv="refresh" content="3;url={{ noscriptRefreshUrl or 'nojs' }}">
|
2022-06-28 04:47:28 +00:00
|
|
|
{%- endif %}
|
2020-04-23 18:18:25 +00:00
|
|
|
</noscript>
|