{% extends "base.html" %} {% block title %}Snapshot Names{% endblock %} {% block extra_css %} /* The usual way a styled checkbox is built: the real input is hidden and the label carries the whole visual. */ #agree-box, #ship-fast { display: none; } .switch { cursor: pointer; display: inline-block; padding: 6px 12px; border: 1px solid #888; border-radius: 4px; } /* Same construction, no pointer cursor at all: nothing but the hidden control makes this label a target. */ .plain { display: inline-block; padding: 6px 12px; border: 1px dashed #888; } .panel { border: 1px solid #ddd; padding: 10px; margin: 10px 0; } {% endblock %} {% block content %}

Snapshot Names

Styled checkbox

off

Unlabelled select

Nested button text

Nested panel

Panel heading

Panel body sentence

Data table

Alpha columnBeta column
Alpha valueBeta value

Datalist

{% endblock %}