6 lines
152 B
Text
6 lines
152 B
Text
|
{{ define "content" }}
|
||
|
<main role="main" class="container">
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
<p>{{ .WelcomeMessage }}</p>
|
||
|
</main>
|
||
|
{{ end }}
|