{% extends 'brain/base.html.twig' %} {% block title %}Pages{% endblock %} {% block page_title %}

All pages

{% endblock %} {# {% block actions%}Actions here{% endblock %} #} {% block admin %}

New Page

{% for page in pages %} {% endfor %}
Title Edit View Published
{{page.title}} Edit View {{page.published == 1 ? 'Yes' : 'No'}}
{% endblock %}