mirror of
https://github.com/dialect-app/website.git
synced 2025-06-18 20:36:25 +00:00
12 lines
No EOL
286 B
HTML
12 lines
No EOL
286 B
HTML
{{ define "main" }}
|
|
{{ $id := .Title | relURL | anchorize }}
|
|
<section class="section section-page {{ $id }}">
|
|
<div class="container">
|
|
<h2 class="title">{{ .Title }}</h2>
|
|
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }} |