You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
211 B

10 months ago
10 months ago
  1. <h2>NOTIFICATION BAR</h2>
  2. <% if flash %>
  3. <script type="module">
  4. import { Notyf } from 'notyf';
  5. const notyf=new Notyf
  6. notyf.success('<%=notice%>')
  7. notyf.error('<%=alert%>')
  8. </script>
  9. <%end%>