export function buildStructuralSidebar(modeTitle, sInfo, esc) { return `

${modeTitle}

${sInfo?.svgPath ? esc(sInfo.svgPath.split('/').pop()) : 'No SVG'} | ${sInfo?.svgWidth?.toFixed(1) || '?'} × ${sInfo?.svgHeight?.toFixed(1) || '?'} mm
Pattern
Cell (mm)
Wall (mm)
Height (mm)
`; }