mirror of
https://github.com/kataras/iris.git
synced 2026-08-08 21:49:08 +00:00
Add example of the powerful 'templ' generated templates
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
templ hello(name string) {
|
||||
<div>Hello, <strong>{ name }</strong></div>
|
||||
}
|
||||
Reference in New Issue
Block a user