{% for section in mako_keybindings %} {% if section.mode != "normal" %} mode {{ section.mode }} { {% endif %} {% for bind in section.bindings %} bindsym {{ bind.bindsym }} {{ bind.action}} {% endfor %} {% if section.mode != "normal" %} } {% endif %} {% endfor %}