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

9 lines
162 B
Handlebars

{{!
Hi message:
args:
- lastname
- name
!}}
<h1>Hi, {{ name }} {{ lastname }}!</h1>
{{~> alias/welcome id = "hi", tag = 'p', tail = "" }}