You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you add function like getCurrentView() or similar in php and twig?
we can separate template type in folder(/full/base.html.twig, /mobile/base.html.twig, etc.).
and use it in php: return $this->render(getCurrentView() . '/base.html.twig');
for twig: {% extends getCurrentView()''.'/base.html.twig' %}
The text was updated successfully, but these errors were encountered:
Hi, dear @suncat2000.
can you add function like getCurrentView() or similar in php and twig?
we can separate template type in folder(/full/base.html.twig, /mobile/base.html.twig, etc.).
and use it in php: return $this->render(getCurrentView() . '/base.html.twig');
for twig: {% extends getCurrentView()''.'/base.html.twig' %}
The text was updated successfully, but these errors were encountered: