Vue S_test_options applicable sur {'class': u'package'}

<h1>Contents of the <em>options</em> root element</h1>

<ul>
<li tal:repeat="k options/keys">options/<span tal:content="k">key</span> : <em tal:content="options/?k">value</em></li>
</ul>


<h1>Contents of the <em>request</em> root element</h1>

<ul>
<li tal:repeat="k request/keys">request/<span tal:content="k">key</span> : <em tal:content="request/?k">value</em></li>
</ul>


<p>Try to add parameters to the query (with the syntax <pre>?foo=1&amp;bar=2</pre>) to get them through <em>request/foo</em>.</p>