Skip to main content

max / makenotwork

204 B · 5 lines History Blame Raw
1 <div class="toast toast-{{ toast_type }}" role="alert">
2 <span>{{ message }}</span>
3 <button class="toast-dismiss" onclick="this.parentElement.remove()" aria-label="Dismiss">&times;</button>
4 </div>
5