{% 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.notification(class="luci-notification--warning", icon_left="info", text="These Kitchen Sink pages are test pages created in order to preview components without any possible documentation site style collisions.") }}
{% endblock %} {% block body %} {% endblock %}