{# stats terminal override: scanline overlay, heading, HUD stat tiles, mono labels. data-stats + countUp script/attrs preserved byte-for-byte. #} {% if heading %}{{ heading }}{% endif %} {% if intro %}{{ intro }}{% endif %} {% for item in items %} {% if item.prefix %}{{ item.prefix }}{% endif %}{{ item.value }}{% if item.suffix %}{{ item.suffix }}{% endif %} {% if item.label %}{{ item.label }}{% endif %} {% endfor %} {% if countUp %}{% endif %}
{{ intro }}