3.14.0 - Archetypes feature
An Archetype is a page model.
When you create a new page with phpoole newpage command, you can specify the file path like blog/new-post.
In this case, PHPoole will search for a model file in archetypes directory and use it if exist.
In our previous example it will search archetypes/blog.md file and use its content to create your new page.