{# Field row — label / value (+ optional aside). {% include "whynot/_field_row.html" with label="Learning question" value=prototype.learning_question %} {% include "whynot/_field_row.html" with label="Target" value=prototype.target aside="2026-04-01" %} For arbitrary value markup, write inline and slot children. #} {{ value }} {% if aside %}{{ aside }}{% endif %}