Skip to content

Instantly share code, notes, and snippets.

@kroatoanweb
Created August 5, 2016 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kroatoanweb/4474953d770a3b663a8e6ef0bbf3594e to your computer and use it in GitHub Desktop.
Save kroatoanweb/4474953d770a3b663a8e6ef0bbf3594e to your computer and use it in GitHub Desktop.
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