extends /parts/page.dt block header title Projects - Netsoj.nl block sidebar include /parts/menu.dt block content header h1.title Projects p Since I'm not a graphic designer, I'd like you to pretend the abominations are actually icons. - if (projectList.length == 0) p No projects found - foreach(project; projectList) section.project-header img.project-icon(src="#{project.icon}", alt="Icon of #{project.title}") div a(href="/projects/#{project.slug}", rel="bookmark") h2.title #{project.title} div.platforms-technologies - foreach(platform; project.platforms) span.tag #{platform} | | - foreach(technology; project.technologies) span.tag #{technology} p.project-description #{project.description}