We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To decide why and how this library can be beneficial add a section / pargraph to the documentation or FAQ.
Motivation
I wanted to understand at least a little why templ was created and found
Building HTML Frontend with Go & Templ - Adrian Hesketh | #HTMXCon2024 channel: The Code Critical
From the video i understood and noted down the following
{{.Material | toUpper}}
{{.Rpice}}
if person.Age == 42 { <p>...<p> }
Additional context Something similar above would certainly help to decide to use templ
templ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To decide why and how this library can be beneficial add a section / pargraph to the documentation or FAQ.
Motivation
I wanted to understand at least a little why templ was created and found
From the video i understood and noted down the following
Reasons to decide for Server Side Rendering
Why templ - and what are the stdlib templates shortcomings
{{.Material | toUpper}}
inside templates{{.Rpice}}
fails at run timetempl - goals and advantages
if person.Age == 42 { <p>...<p> }
Additional context
Something similar above would certainly help to decide to use
templ
The text was updated successfully, but these errors were encountered: