<?php /** * Source view - displays file in raw form if possible */ /* @var Loco_mvc_View $this */ $this->extend('../layout'); $this->block('source');