PHP Classes

File: libs/Twig/doc/filters/raw.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/filters/raw.rst   Download  
File: libs/Twig/doc/filters/raw.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: 333 bytes
 

Contents

Class file image Download
``raw`` ======= The ``raw`` filter marks the value as being "safe", which means that in an environment with automatic escaping enabled this variable will not be escaped if ``raw`` is the last filter applied to it: .. code-block:: jinja {% autoescape %} {{ var|raw }} {# var won't be escaped #} {% endautoescape %}