seitime-frappe/frappe/docs/user/guides/portal-development/index.md
2015-11-09 19:12:32 +05:30

322 B

Making Portals

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

{index}