Description

Current Ruby scripts (e.g., generate_interview_pages.rb) have large blocks of hard-coded HTML/Liquid. This makes it hard to change styling or maintain clean code.

Acceptance Criteria

Final Summary

Separated hard-coded templates from generator logic by moving them to dedicated Jekyll layouts.

Definition of Done