Projects
A collection of projects I've worked on
for _, project := range projects {
@projectCard(project)
}
package components import "github.com/moh682/portfolio/domain" templ tag(tag string) { { tag } } templ status(status string) { { status } } templ projectCard(project domain.Project) {
{ project.Description }
A collection of projects I've worked on