Skip to content

Instantly share code, notes, and snippets.

@meze
Last active December 15, 2015 16:49
Show Gist options
  • Save meze/5291651 to your computer and use it in GitHub Desktop.
Save meze/5291651 to your computer and use it in GitHub Desktop.
{% extends standalone ? "AppBundle::no_layout.html.twig" : "AppBundle::layout_exterior.html.twig" %}
{% block block_content %}
{% if standalone == false %}
{% render controller("AppBundle:Registration:register", {standalone: true}) %}
{% endif %}
{% include "FOSUserBundle:Security:login_content.html.twig" with { standalone: standalone } %}
{% endblock block_content %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment