Sign in
apache
/
comdev-site
/
refs/heads/non-code
/
.
/
layouts
/
_default
/
volunteers.html
blob: 3d9d27698a4534bbeb58fe9893a3932b258a600e [
file
]
{{ define "main" }}
<script
type
=
"module"
src
=
"/js/components/volunteers-list.js"
></script>
<script
type
=
"module"
src
=
"/js/components/person-projects.js"
></script>
<volunteers-list>
{{ .Content }}
</volunteers-list>
{{ end }}