mirror of
https://github.com/actix/examples
synced 2024-11-24 23:02:59 +01:00
9 lines
162 B
Handlebars
9 lines
162 B
Handlebars
|
{{!
|
||
|
Hi message:
|
||
|
args:
|
||
|
- lastname
|
||
|
- name
|
||
|
!}}
|
||
|
<h1>Hi, {{ name }} {{ lastname }}!</h1>
|
||
|
{{~> alias/welcome id = "hi", tag = 'p', tail = "" }}
|