{% extends '_base.html' %} {% import '_macros.html' as macros %} {% block css %} input[type="text"] { width: 100em; } details > summary::after { content: '[+]'; } details summary { list-style: none; } details[open] > summary::after { content: '[-]'; } table.main > tbody > tr > td, table.main > tbody > tr > th { border-bottom: 0.1em solid #bbbbbb; padding-top: 0.5em; padding-bottom: 0.5em; } {% endblock %} {% macro step_with_steps(step_id, step_node, indent) %}