{% load cotton %}
{% comment %}
The centered card anonymous-facing pages render into.
`size` is the width the page wants: sm, md, lg, xl, 2xl, 3xl or 4xl, or
"full" for a card that fills its container. The card fills its container
below the md breakpoint whichever is chosen. Defaults to 2xl, the width
entrance pages had before the scale existed.
`small` is the deprecated predecessor of `size` and still forces a
full-width card when passed falsy, so `` keeps
rendering what it always did. A page moving to `size` drops `small`
entirely; passing both states two widths at once and the older one wins.
It will be removed in a future minor release.
{% endcomment %}