package components
templ A(href string, text string) {
<a href={ templ.URL(href) }>
{ text }
</a>
}
templ ANewTab(href string, text string) {
<a href={ templ.URL(href) } target="_blank">