This folder structure is way better than having a bunch of files in the root with markdown, bower, etc. What do you think? ``` templates/ │ 404.php │ page-home.php └─── partials/ │ header.php │ footer.php └─── layouts/ │ base.php │ base-home.php ```