This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Alexandre
{{ ''|page }} // http://dev.localhost:3000
{{ 'page'|page }} // null
{{ 'page'|page({ slug: 'test' }) }} // null
{{ 'subdirectory/page'|page }} // null
{{ ''|app }} // http://dev.localhost:3000
{{ 'page'|app}} // http://dev.localhost:3000/page
{{ 'subdirectory/page'|app }} // http://dev.localhost:3000/subdirectory/page
can someone help me?
Last updated
1-1 of 1