From e1ebbb43ed2cbfb657bfae1cc48d74707af9165e Mon Sep 17 00:00:00 2001 From: Smaine Milianni Date: Sun, 26 Aug 2018 22:23:25 +0200 Subject: [PATCH] Add link to be consistent with #10196 Just add a link to rely https://github.com/symfony/symfony-docs/pull/10196 --- templating/twig_extension.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/templating/twig_extension.rst b/templating/twig_extension.rst index cd30c6a3945..6e791e2758a 100644 --- a/templating/twig_extension.rst +++ b/templating/twig_extension.rst @@ -72,6 +72,7 @@ you're done! Symfony will automatically know about your new service and add the You can now start using your filter in any Twig template. +.. _lazy-loaded-twig-extensions Creating Lazy-Loaded Twig Extensions ------------------------------------