# Content Types

## Page Content Types

Have pages on the site (`fromPage: true`), a template, and fields with `from` mappings to the page data model.

* [page/program](page/program.md) - Degree programs fed by the PROGRAMS data pack. Template: ProgramDetail.
* [page/event](page/event.md) - Events fed by the EVENTS data pack. Template: EventDetail.
* [page/news](page/news.md) - News items fed by the NEWS data pack. Template: NewsDetail.
* [page/ins-news](page/ins-news.md) - Institutional news (no category filters). Template: InsNewsDetail.
* [page/press-release](page/press-release.md) - Minimal press releases (title + date only). Template: PressReleasesDetail.

## Simple Content Types

No pages. Used as structured data items inside data packs, fed by distributors or referenced by page content types.

* [simple/faculty](simple/faculty.md) - Faculty member card. Data pack: FACULTY.
* [simple/people](simple/people.md) - Person card with center filter. Data pack: TESTIMONIAL.
* [simple/testimonial](simple/testimonial.md) - Student/alumni testimonial with program and center links. Data pack: TESTIMONIAL.
* [simple/study-plan](simple/study-plan.md) - Nested year > semester > subject structure. Data pack: PROGRAMS.
* [simple/program-type](simple/program-type.md) - Program type with CRM API ID. Data packs: PROGRAMS, TESTIMONIAL.
