7 lines
120 B
HTML
7 lines
120 B
HTML
|
{{ define "title" }}Motions{{ end }}
|
||
|
|
||
|
{{ define "main" }}
|
||
|
<h2>All the motions</h2>
|
||
|
<p>Nothing to see yet.</p>
|
||
|
{{ end }}
|