learnlytics-go/templ/generator/test-string/template.templ

10 lines
144 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
package teststring
templ render(s string) {
<ul>
<li>{ }</li>
<li>{ s }</li>
<li>{ "Spaces" } { "are" } { "preserved." }</li>
</ul>
}