Function createDeprecatedTagHandler

Deprecates a section of a template.

{% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}

{% extends 'layout.html.twig' %}

Eric MORAND eric.morand@gmail.com