mirror of
https://github.com/actix/examples
synced 2025-02-13 05:52:20 +01:00
9 lines
149 B
Handlebars
9 lines
149 B
Handlebars
{{!
|
|
Welcome card:
|
|
args:
|
|
- tag
|
|
- id
|
|
- tail
|
|
!}}
|
|
<{{ tag }} id="{{ id }}" class="welcome">Welcome{{ tail }}</{{ tag }}>
|