| author | cavaliet |
| Mon, 07 Jul 2014 17:23:47 +0200 | |
| changeset 122 | d672f7dd74dc |
| parent 17 | a16b5806e3f0 |
| permissions | -rwxr-xr-x |
{# example of other page extending the company base template #} {% extends 'CompanyBaseBundle:Default:index.html.twig' %} {% block content %} <div id="content" class="span-24 last"> <div id="inner_content"> <p>This is a simple template extending the base template.</p> {% if tag_id %} <p>You passed the parameter tag_id = {{tag_id}}</p> {% endif %} </div> </div> {% endblock %}