mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-01-23 02:06:16 -06:00
5 lines
67 B
HTML
5 lines
67 B
HTML
|
{{ define "main" }}
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|