Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Detectar peticiones Ajax en twig
{% extends app.request.xmlHttpRequest
? '::ajax.html.twig'
: '::base.html.twig' %}
{# contenido #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment