1
0
mirror of https://github.com/actix/examples synced 2025-02-03 01:49:05 +01:00

12 lines
282 B
Handlebars
Raw Normal View History

2019-04-01 01:23:31 +02:00
{{!
Welcome card:
args:
- tag
- id
- tail
!}}
2020-04-28 21:18:18 +02:00
{{#unless tag.is_match(r"^p|(h[1-6])$") && !id.is_empty() }}
{{$ "Need static args: tag: str /^h[1-6]$/, id: str" }}
{{/unless }}
2019-04-01 01:23:31 +02:00
<{{ tag }} id="{{ id }}" class="welcome">Welcome{{ tail }}</{{ tag }}>