{% extends "base" %} {% block header_scripts %} {% endblock header_scripts %} {% block content %} Follow on {{ page.blocks.header[0] }} {{ page.blocks.header[1] }} Features {% for item in page.blocks.features %} {{ item }} {% endfor %} Support {% for item in page.blocks.support %} {{ item }} {% endfor %} News & events {% for item in page.blocks.news %} {{ item[2] }}{{ item[3] }} {{ item[0] }} {{ item[1] | url_split }} {% endfor %} #tarantool Tweets Example {{ page.blocks.example }} {{ page.blocks.video }} Our benchmarks (YCSB) A B C D E F Throughput Latency Workload A Learn more Our users {% endblock content %} {# vim: syntax=htmldjango ts=2 sts=2 sw=2 expandtab #}