Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Twig] Implement / Check Bundle namespace #784

Closed
Haehnchen opened this issue Aug 30, 2016 · 0 comments
Closed

[Twig] Implement / Check Bundle namespace #784

Haehnchen opened this issue Aug 30, 2016 · 0 comments
Labels

Comments

@Haehnchen
Copy link
Owner

Haehnchen commented Aug 30, 2016

http://symfony.com/doc/2.7/templating/namespaced_paths.html

{% extends "AppBundle::layout.html.twig" %}
{{ include('AppBundle:Foo:bar.html.twig') }}
{% extends "@App/layout.html.twig" %}
{{ include('@App/Foo/bar.html.twig') }}
@Haehnchen Haehnchen changed the title [Twig] Implement Bundle namespace [Twig] Implement / Check Bundle namespace Aug 30, 2016
Haehnchen added a commit that referenced this issue Oct 9, 2016
@Haehnchen Haehnchen added the fixed label Oct 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant