access-nyc-patterns
Version:
User Interface Patterns for Benefits Access
13 lines (9 loc) • 356 B
text/slim
doctype html
html lang='en' class='text-size-0'
= content('head');
body style='visibility: hidden;' onload='load()'
main#demo-content class='min-h-screen bg-color-white'
= content('content');
footer class='py-4 text-center bg-color-blue-dark text-color-white links-invert'
= partial('/partials/footer');
= content('script');