For create custom twig file,
Example 1: We just have to create a file like 'instrument.html.twig' so for include this file simple code is..
{% include('instrument.html.twig') %}
Example 2: We just have to create a file like 'consumable.html.twig' so for include this file simple code is..
{% include('consumable.html.twig') %}
Example 3: We just have to create a file like 'abc.html.twig' so for include this file simple code is..
{% include('abc.html.twig') %}
Note: If have any suggestions or issue regarding 'include twig file' then you can ask by comments.
Example 1: We just have to create a file like 'instrument.html.twig' so for include this file simple code is..
{% include('instrument.html.twig') %}
Example 2: We just have to create a file like 'consumable.html.twig' so for include this file simple code is..
{% include('consumable.html.twig') %}
Example 3: We just have to create a file like 'abc.html.twig' so for include this file simple code is..
{% include('abc.html.twig') %}
Note: If have any suggestions or issue regarding 'include twig file' then you can ask by comments.
No comments:
Post a Comment