6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
package components
|
||
|
|
||
|
templ ContentP(content string) {
|
||
|
<p>{ content }</p>
|
||
|
}
|