Rendering templates documentation edit #5484
seiji-alyosha
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Makes sense to me, did you want to make a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working through the quickstart guide and testing out templates, and this code snippet confused me a bit:
I wasn't sure why
name=name
was necessary. I learned that the firstname
is referring to the variable in the referenced html file:This may be trivial, but since it confused me, I thought it might of confused others. I wanted to suggest something like this:
with the html file looking like this:
I think this helps differentiate the variable in the html file from the url variable. Let me know your thoughts. 😄
Beta Was this translation helpful? Give feedback.
All reactions