Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 4s
7 lines
140 B
HTML
7 lines
140 B
HTML
{% extends "nav-item.html" %}
|
|
|
|
{% block header %}
|
|
{{ super() }}
|
|
<button id="color-toggle-btn">🎨 Switch Color</button>
|
|
{% endblock %}
|