import { loadCIAContext } from '../news-types/weekly-review.js';
import { generateCiaOverviewSection } from './content-generators/cia-overview-section.js';
const cia = loadCIAContext();
const section = generateCiaOverviewSection({ cia, lang: 'en' });
const html = generateArticleHTML({ ..., sections: [section] });
Generates a rich CIA intelligence overview section from a pre-loaded CIAContext. Returns a single TemplateSection with three panels:
All HTML is pure CSS/HTML — no runtime JavaScript required.