1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/template_yarte/templates/deep/more/card/hi.hbs

9 lines
162 B
Handlebars
Raw Normal View History

2019-04-01 01:23:31 +02:00
{{!
Hi message:
args:
- lastname
- name
!}}
<h1>Hi, {{ name }} {{ lastname }}!</h1>
{{~> alias/welcome id = "hi", tag = 'p', tail = "" }}