> On 14 May 2020, at 23.05, Ali Hassan <alidevelope...@gmail.com> wrote:
> 
> 
> Html Templates
>            {{if .Done}}
>                  <p {{ .Message}} </p>
>                   <a "/{{  .URL}}  /> </a>
>            {{end}}
> 
>             My question is this <a "/{{ .URL}}"> </a> , possible that Url 
> have string value "/HelloQ/home/" which which show as url link option which 
> you can open if you click on that link
> 

Yes, its possible, but you need to fix your anchor tag with a "href" attribute. 
I assume you already know that.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/1EF5997F-2751-485A-82D4-22CC86283274%40gmail.com.

Reply via email to