Do this so each template can set the class of the main block according to what kind of template it is.
4 lines
68 B
HTML
4 lines
68 B
HTML
{{ define "main" }}
|
|
<main class="main--list">
|
|
</main>
|
|
{{ end }}
|