{{ template "base.html" . }} {{ define "content" }}
{{ with .CarouselProjects }} {{ end }}
4 RSS Feed – New Projects {{ template "pagination.html" .Pagination }}
{{ range .Projects }}
{{ template "project_card.html" projectcarddata . ""}}
{{ end }}
{{ template "pagination.html" .Pagination }}
{{ if not .UserPendingProject }}

Submit a Project

your-project-here.handmade.network

Developing something cool? Building a tool, game, website, etc. that meshes with the Handmade philosophy?

{{ if .User }}

Submit a Project

{{ else }}

Become a member now to submit a project to the site!

Register or Log In

{{ end }}
{{ else }}

Project pending

Thanks for considering us as a home for
{{ .UserPendingProject.Name }}!


{{ if .UserPendingProjectUnderReview }}

We see it's ready for review by an administrator, great! We'll try and get back to you in a timely manner.

{{ else }}

When you're ready for us to review it, let us know using the checkbox on {{ .UserPendingProject.Name }}'s profile editor.

{{ end }}
{{ end }} {{ if .UserApprovedProjects }}
{{ if .UserPendingProject }}

Your other projects

{{ else }}

Your projects

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