14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
package components
|
|
|
|
import "github.com/ekzyis/echo-htmx-templ-tailwindcss/lib"
|
|
|
|
templ Figlet(font string, text string) {
|
|
<code>
|
|
<strong>
|
|
<pre>
|
|
{ lib.Figlet(font, text) }
|
|
</pre>
|
|
</strong>
|
|
</code>
|
|
}
|