app/Resources/FOSUserBundle/views/layout.html.twig
author cavaliet
Mon, 07 Jul 2014 17:23:47 +0200
changeset 122 d672f7dd74dc
parent 71 b01e36991488
permissions -rwxr-xr-x
Added tag V00.17 for changeset ada5f3d8b5b4
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 %}