Pagination and Pagebrowser Test

total: {{ @results.total }}
limit: {{ @results.limit }}
count: {{ @results.count }}
pos: {{ @results.pos }}
  1. {{@val.title}}

    {{@val.randomText}}

{{ @pagebrowser | raw }}

{{ 'Page rendered in {0} msecs / Memory usage {1} Kibytes',round(1e3*(microtime(TRUE)-$TIME),2),round(memory_get_usage(TRUE)/1e3,1) | format }}