http://glfwtfwhlsm2u5pw3b7crist7bt7fwepj2wgv3n3b64unj22v5435tyd.onion/code/qrqma.html
[‘list’, ‘of’, ‘objects’] : Everything between two brackets is a list.
Lists are useful for storing sequential data to be iterated over.
For example, you can easily create a list of links using lists for (and with) a for loop: <ul> {% for item in [['index.html', 'Index'], ['about.html', 'About'], ['downloads.html', 'Downloads']] %} <li><a href= "{{ item[0] }}" > {{ item[1] }} </a></li> {% endfor %} </ul> {‘dict’: ‘of’, ‘key’: ‘and’, ‘value’: ‘pairs’} : A dict in qrqma is a...