diff --git a/src/bootstrap/filter.php b/src/bootstrap/html_purifier.php similarity index 100% rename from src/bootstrap/filter.php rename to src/bootstrap/html_purifier.php diff --git a/src/classes/view.php b/src/classes/view.php index d0c791b..3a8f9e7 100644 --- a/src/classes/view.php +++ b/src/classes/view.php @@ -9,6 +9,15 @@ declare(strict_types=1); */ +/** + * @todo Add Template Service here instead of hardcoded + * Ref to Liquid. + * @todo Add Support for project preference over tts views + * On Errors like 404 and templates for Errors... + * + * So, Try Project First, then as Fallback use TTS Framework + */ + namespace tts; final class view {