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