+
+

Speeches Archive

+ +
+ + +
+ {speeches.length} speeches +
+ +
+ { + speeches.map((speech) => ( +
+
+ {speech.year} + {speech.speaker} +
+

+ {speech.title} +

+

{speech.excerpt}

+
+ {(speech.categories.length ? speech.categories : [speech.category]).map((category) => {category})} +
+
+ )) + } +
+
+
+