

## **How to install Templates**

### Files in this folder won't work unti you copy them into `template` directory in the current WP theme. Follow the steps to Insert the templates: 

1. Copy this file in `public_html/wp-content/themes/<my-theme>/template`
    - If `template` is not there then create it.
2. in WP dashboard -> Add New Page -> then:
    - **Parent:** None
    - **Template:** choose the template
    - **Slug:** put your slug

3. Now you can call the page using WP slug normally.

