${require('./_head.html') title=`Loading` description=`aria-busy='true' enable a loading indicator.` canonical=`loading.html` } ${require('./_nav.html')}
${require('./_sidebar.html') active=`loading-link`}

Loading

aria-busy="true" enable a loading indicator.

<button aria-busy="true">Please wait…</button>
<button aria-busy="true" class="secondary"></button>

It can be applied to any block:

<article aria-busy="true"></article>

Or any text element:

${require('./_footer.html')}