From 35cc2e62fe645dad8a752404575b3f46f92bbe99 Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Tue, 16 Jul 2024 18:26:48 +0200 Subject: [PATCH] Add read more section to template pages (#728) --- docs/v4/features/php-view.md | 3 +++ docs/v4/features/twig-view.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/v4/features/php-view.md b/docs/v4/features/php-view.md index 97d6c0f4..f44e6238 100644 --- a/docs/v4/features/php-view.md +++ b/docs/v4/features/php-view.md @@ -69,3 +69,6 @@ Hello John **Security note:** It's important to ensure that the dynamic output is properly [escaped](https://github.com/slimphp/PHP-View?tab=readme-ov-file#escaping-values). +## Read more + +* [PHP-View documentation](https://github.com/slimphp/PHP-View) diff --git a/docs/v4/features/twig-view.md b/docs/v4/features/twig-view.md index 229065df..c29c6a7d 100644 --- a/docs/v4/features/twig-view.md +++ b/docs/v4/features/twig-view.md @@ -101,4 +101,5 @@ This is an example Twig template that draws a link URL for the "profile" named r ## Read more -* [PHP-View documentation](https://github.com/slimphp/PHP-View) \ No newline at end of file +* [Twig-View documentation](https://github.com/slimphp/Twig-View) +* [Twig documentation](https://twig.symfony.com/) \ No newline at end of file