## HOSTED (HTML Only Static Template Engine Driver) Hosted is a PHP library for creating static html pages from JSON data. ### Template Guide 1. **Variables** > ${variable_name} *Example* ```html ${phone} ``` 2. **Image Uploads** > _{image_variable_name} *Example* ```html ``` 3. **Template Strings** ``` %{@template_name $another_normal_variable } ``` *Example* ```html %{@courses
$title
$duration

$description

Read More
} ```