14
{{ define "index" }}
<!DOCTYPE html>
<html lang="en">
{{ template "head" . }}
<body>
{{ template "header" . }}
<main>
<p>
{{ .Description }}
</p>
</main>
</body>
</html>
{{ end }}
14
{{ define "index" }}
<!DOCTYPE html>
<html lang="en">
{{ template "head" . }}
<body>
{{ template "header" . }}
<main>
<p>
{{ .Description }}
</p>
</main>
</body>
</html>
{{ end }}