---
title: "Pages\n"
space: "Framework"
url: "https://docs.frappe.io/framework/user/en/guides/portal-development"
updated: "2026-02-17"
---


You can make your website by adding pages to the `/www` folder of your website. The urls of your site will match the path of your pages within the `/www` folder.

Pages must be `.html` or `.md` (Markdown) files. Basic HTML template is provided in frappe in `frappe/templates/base_template.html`
