Jan Dittberner
0ad88fe5f4
- add httprouter for parameterized routing - improve styling - add routes and handlers - implement motion detail handler
11 lines
No EOL
292 B
HTML
11 lines
No EOL
292 B
HTML
{{ define "title" }}CAcert Board Decisions: {{ .Motion.Tag }}{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ $voter := .Voter }}
|
|
{{ with .Motion }}
|
|
<div class="ui raised segment">
|
|
{{ template "motion_display" . }}
|
|
{{ if $voter }}{{ template "motion_actions" . }}{{ end }}
|
|
</div>
|
|
{{ end }}
|
|
{{ end }} |