17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
|
<div>
|
||
|
<layout:Container>
|
||
|
<h1>John Doe</h1>
|
||
|
</layout:Container>
|
||
|
</div>
|
||
|
|
||
|
<style>
|
||
|
</style>
|
||
|
|
||
|
<script type="application/x-go">
|
||
|
import (
|
||
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/layout"
|
||
|
)
|
||
|
|
||
|
type PageUser struct {}
|
||
|
</script>
|