{% extends 'templates/base.nunjucks' %} {% block head_append %} {# Intentionally terrible default styles to ensure component styles are robust #} {% endblock %} {% block notification %}

{{ luci.link(href="/", text="LUCI Design System") }}

{{ luci.icon(name="info") }} These Kitchen Sink pages are test pages created in order to preview components without any possible documentation site style collisions.

{% endblock %} {% block body %} {% endblock %}