clustvirt/view/components/contentp.templ
Matthew Stobbs 9c35be1fcf really liking templ
- made multiple components for reuse in templ
- going to start on actual data displaying templates
2024-03-14 21:56:49 -06:00

6 lines
76 B
Plaintext

package components
templ ContentP(content string) {
<p>{ content }</p>
}