Action attribute templates

Hello!
Tell me please how can i send value to attribute “action” in template?
For example
<form action=$>
Where $ is my specific value to action “\some\action” or "\some\second\action"
and they sending to a form one of them is match
tmpl.ExecuteTemplate(w, "index.gohtml", $)

Sorry for my stupid question
I’ve got it
Everything work fine with usual {{.Value}} and template.Execute

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.