Views
View files are located at sitekly/app/Views. To modify any view file or create custom view just create new file in same directory and prepend underscore to original name.
To change sitekly/app/Views/builder.php just create file sitekly/app/Views/_builder.php. New view file will be loaded automatically.
Don't change the original files directly, they might be overwritten with future updates.