Files
Kask look out for templates named "page" and "markdown-page" for rendering Html and Markdown based files, respectively. The directories supposed to house declarations of such templates are .kask, .kask/propagate or ../.kask/propagate folders for the Markdown pages. Html page templates can also be declared inside the page’s file, exclusively or to override section defaults.
Hidden pages
Html and Markdown files with file names start with a dot are only accessible directly via entering their URLs or clicking a link for them. Hidden pages are excluded in the TemplateContent and won’t be visible at a sitemap or menu printed with .Root or .Node.
This is mainly for non-informational pages like “Not found” pages. For this example having a file with .404.html name, will create a page only accessible via /404.html URL.