The Trans Directory
1---
2title: ContentPage
3tags:
4 - plugin/emitter
5---
6
7This plugin is a core component of the Quartz framework. It generates the HTML pages for each piece of Markdown content. It emits the full-page [[layout]], including headers, footers, and body content, among others.
8
9> [!note]
10> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
11
12This plugin has no configuration options.
13
14## API
15
16- Category: Emitter
17- Function name: `Plugin.ContentPage()`.
18- Source: [`quartz/plugins/emitters/contentPage.tsx`](https://github.com/jackyzha0/quartz/blob/v4/quartz/plugins/emitters/contentPage.tsx).