1
0
mirror of https://github.com/actix/examples synced 2025-02-13 05:52:20 +01:00
Juan Aguilar Santillana 8646a89249 Update yarte to 0.2
2019-04-01 01:23:31 +02:00

9 lines
149 B
Handlebars

{{!
Welcome card:
args:
- tag
- id
- tail
!}}
<{{ tag }} id="{{ id }}" class="welcome">Welcome{{ tail }}</{{ tag }}>