templ generate, add markdown syntax highlighting, fix stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package templates
|
||||
|
||||
templ Header(title, subtitle string) {
|
||||
<div class="header">
|
||||
<h1>{ title }</h1>
|
||||
<div class="subtitle">{ subtitle }</div>
|
||||
</div>
|
||||
<div class="header">
|
||||
<h1>{ title }</h1>
|
||||
<div class="subtitle">{ subtitle }</div>
|
||||
</div>
|
||||
}
|
||||
|
Reference in New Issue
Block a user