initial commit - added base, need to fix templ errors
This commit is contained in:
8
templates/header.templ
Normal file
8
templates/header.templ
Normal file
@@ -0,0 +1,8 @@
|
||||
package templates
|
||||
|
||||
templ Header(title, subtitle string) {
|
||||
<div class="header">
|
||||
<h1>{ title }</h1>
|
||||
<div class="subtitle">{ subtitle }</div>
|
||||
</div>
|
||||
}
|
Reference in New Issue
Block a user