13 lines
No EOL
237 B
HTML
13 lines
No EOL
237 B
HTML
{{ define "main" }}
|
|
<div class="container" style="margin-top:30px;">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<br><br>
|
|
|
|
{{ end }} |