diff --git a/recipes/symfony/twig-bundle/manifest.json b/recipes/symfony/twig-bundle/manifest.json index 1c578fee..90a471a1 100644 --- a/recipes/symfony/twig-bundle/manifest.json +++ b/recipes/symfony/twig-bundle/manifest.json @@ -3,6 +3,7 @@ "Symfony\\Bundle\\TwigBundle\\TwigBundle": ["all"] }, "copy-from-recipe": { - "etc/": "%ETC_DIR%/" + "etc/": "%ETC_DIR%/", + "templates/": "templates/" } } diff --git a/recipes/symfony/twig-bundle/templates/.gitkeep b/recipes/symfony/twig-bundle/templates/.gitkeep new file mode 100644 index 00000000..e69de29b