app/Resources/FOSUserBundle/views/layout.html.twig
author cavaliet
Fri, 24 Aug 2012 13:12:16 +0200
changeset 102 75fb1d1aa426
parent 71 b01e36991488
permissions -rwxr-xr-x
update readme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
71
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     1
{#
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     2
  This file is part of the WikiTagBundle package.
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     3
 
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     4
  (c) IRI <http://www.iri.centrepompidou.fr/>
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     5
 
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     6
  For the full copyright and license information, please view the LICENSE
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     7
  file that was distributed with this source code.
b01e36991488 add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     8
#}
5
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
{% extends 'CompanyBaseBundle::layout.html.twig' %}
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
{% block content %}
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    {% block fos_user_content %}
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    {% endblock fos_user_content %}
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
{% endblock content %}