--- layout: page title: Adding static pages --- # Adding static pages
How to add your own static pages to your installation.
If you wish to add a new static page to your site, then you can place a template file, say `team.html`, in the `templates/web/cobrand/about/` directory, where `cobrand` should be replaced with your cobrand name (as explained in [customising FixMyStreet templates](../templates/)). The page will then be available to view at `/about/team` on your site. Have a look at the existing files in `templates/web/base/about/` for an idea of the contents of a file – you need a header and a footer include, but other than that the contents are up to you. If you want the page to be available in multiple languages, then name your file `team-LANG.html` for each language and it will automatically be used. For example, if your site is available in Welsh and French, you could have `team-cy.html` and `team-fr.html`