{# /** * @file * Contains the text of the page_example explanation page */ #} {% set page_example_simple = path('page_example.simple') %} {% set page_example_arguments = path('page_example.arguments', {'first': 23, 'second': 56}) %} {% trans %}

The Page example module provides two pages, "simple" and "arguments".

The simple page just returns a renderable array for display.

The arguments page takes two arguments and displays them, as in {{ page_example_arguments }}

{% endtrans %}