{% extends 'doc/es/base.html' %} {% load static %} {% block content %} {% verbatim %}

Switch de modo oscuro


{% include 'dark_mode_switch.html' %}

<div class="custom-control custom-switch">
    <input type="checkbox" class="custom-control-input" id="blitz-dark-mode-switch" title="{{dark_mode_switch_label|default:"Dark Mode Switch"}}" data-toggle="tooltip">
    <label class="custom-control-label" for="blitz-dark-mode-switch">{{dark_mode_switch_label|default:'<span class="str-only"></span>'}}</label>
</div>
{% endverbatim %} {% endblock content %}