CMS help pages
  
You are here: Home > Developers > How to build templates > Referencing files from templates

Referencing files from templates

Within a template you can reference files that have been uploaded via the 'Files' tab using the relative path 'files/'.

Any files referenced in this way will be published with the website.

Example:

<img src="files/website_header.jpg" width="750" height="70">