All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
7 lines
136 B
HTML
7 lines
136 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block header %}
|
|
{{ super() }}
|
|
<button id="color-toggle-btn">🎨 Switch Color</button>
|
|
{% endblock %}
|