mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
6 lines
72 B
Text
6 lines
72 B
Text
|
package main
|
||
|
|
||
|
templ hello(name string) {
|
||
|
<div>Hello, { name }</div>
|
||
|
}
|