layout.html 240 B

123456789
  1. {% extends "!layout.html" %}
  2. {% set script_files = script_files + ['_static/switchers.js'] %}
  3. {% block extrabody %}
  4. <div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;">
  5. </div>
  6. {% endblock %}