PHP Classes

File: libs/Twig/doc/functions/source.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/functions/source.rst   Download  
File: libs/Twig/doc/functions/source.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 512 bytes
 

Contents

Class file image Download
``source`` ========== .. versionadded:: 1.15 The source function was added in Twig 1.15. The ``source`` function returns the content of a template without rendering it: .. code-block:: jinja {{ source('template.html') }} {{ source(some_var) }} The function uses the same template loaders as the ones used to include templates. So, if you are using the filesystem loader, the templates are looked for in the paths defined by it. Arguments --------- * ``name``: The name of the template to read