notification.html 139 Bytes
<div class="alert alert-{{ type }}" role="alert" id="notification">
    <i class="fas fa-key" aria-hidden="true"></i>
    {{ msg }}
</div>