Skip to content

Instantly share code, notes, and snippets.

@exu
Last active December 18, 2015 16:49
Show Gist options
  • Save exu/5813754 to your computer and use it in GitHub Desktop.
Save exu/5813754 to your computer and use it in GitHub Desktop.
example how to load different layouts depending on request type
{% extends app.request.xmlHttpRequest
? '::ajax-layout.html.twig'
: '::full-layout.html.twig' %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment