# Content Column

The Content Column block is a simple block that is used to display Rich Editor content. It also includes a an option to show [Buttons](https://artistro08.gitbook.io/tailor-starter-documentation/pages/blocks/section/buttons-column). It utilizes a global partial from [`globals/buttons.htm`](https://github.com/artistro08/tailor-starter/blob/main/partials/builder/globals/buttons.htm) to display the buttons.&#x20;

### Files Used

The following files are used to display this content

* [`builder/buttons/buttons.yaml`](https://github.com/artistro08/tailor-starter/blob/main/seeds/blueprints/content/mixins/builder/buttons/buttons.yaml) included in the [`section.yaml`](https://github.com/artistro08/tailor-starter/blob/main/seeds/blueprints/content/mixins/builder/section/section.yaml) file
* [`builder/column/content.htm`](https://github.com/artistro08/tailor-starter/blob/main/partials/builder/columns/content.htm) partial used to display the content and buttons.&#x20;
