You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/templates/components/noscript_note.html

8 lines
205 B
HTML

{% macro render() %}
<noscript><div class="section__body no-padding">
<blockquote class="warn">
<p>{{ _('This page needs JavaScript to work.') }}</p>
</blockquote>
</div></noscript>
{% endmacro %}