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