Files
suzzy-frontend/suzzy-v0-standalone/views/_TemplateProfilePage.pug
T
2026-05-24 21:58:23 -07:00

15 lines
567 B
Plaintext

//- Collection Alerts and Errors
div(class='collection-alert' id='alert-loading')
img(src='file://icons/diagram-loading.svg' alt='Icon for Loading')
span Loading #{loading_message ||'Content'}
div(class='collection-alert' id='alert-error' hidden)
img(src='file://icons/icon-cross.svg' alt='Icon for Cross')
span An Error Has Occurred
if empty_message
div(class='collection-alert' id='alert-empty' hidden)
img(src=empty_source alt=`Icon for ${empty_alt}`)
span #{empty_message}
//- Collection Items
div(class='wrapper-collection')