{{ template "base.html" . }} {{ define "extrahead" }} {{ end }} {{ define "content" }}
{{ with .CarouselProjects }} {{ end }}
{{ template "pagination.html" .Pagination }}
{{ range .Projects }}
{{ template "project_card.html" projectcarddata . "" }}
{{ end }}
{{ template "pagination.html" .Pagination }}

Personal Projects

Many community members have projects of their own that are currently works in progress. Here's a few:

{{ range .PersonalProjects }}
{{ template "project_card.html" projectcarddata . "" }}
{{ end }}
{{ end }}