extends layout block content h1= title h2 Showing #{employees.length} employees each employee in employees table tr td: a(href='/employee/#{employee.emp_no}') #{employee.first_name} #{employee.last_name}