app/Resources/FOSUserBundle/views/layout.html.twig
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2012 13:08:44 +0100
changeset 83 db5efc0fec8d
parent 71 b01e36991488
permissions -rwxr-xr-x
update sub repos

{#
  This file is part of the WikiTagBundle package.
 
  (c) IRI <http://www.iri.centrepompidou.fr/>
 
  For the full copyright and license information, please view the LICENSE
  file that was distributed with this source code.
#}
{% extends 'CompanyBaseBundle::layout.html.twig' %}
{% block content %}
    {% block fos_user_content %}
    {% endblock fos_user_content %}
{% endblock content %}