9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
package testvoid
|
||
|
|
||
|
templ render() {
|
||
|
<br/>
|
||
|
<img src="https://example.com/image.png"/>
|
||
|
<br/>
|
||
|
<br/>
|
||
|
}
|