implement a process slider module and set the field slider in template when place the code in template file its throw the error unknown slider here is the code i placed in template file
$slider = $modules->get('MarkupSlider');
echo $slider->getStyles($arrows = false, $bullets = false);
echo $slider->render($page->get('Slider1'), $includeScript = true, $options = array());