I come from a PHP background, but am deciding to try out NodeJS (and probably Express) on my latest project. What is an alternative to PHP includes for templating HTML pages? I'm used to doing:
<?php include('header.php'); ?>
I've tried googling and searching Stack Overflow, but can't find NodeJS's alternative.