Files
Mastering-Node.js-Web-Devel…/Chapter 19/Beginning of Chapter/sportsstore/templates/validation_messages.handlebars
T
2024-05-29 18:54:49 +01:00

4 lines
73 B
Handlebars

{{#each this }}
<div class="text-danger">{{ this }}</div>
{{/each }}