# Printing Puzzles

**Status**: Draft

**Author**: Toluwaleke Ogundipe

**Reviewers**: Federico Mena Quintero, Jonathan Blandford

## Goals

- Provide an overview of the overall printing process.

## Overall Approach

The puzzle printing pipeline consists of three major stages:

1. Templating
2. Layout
3. Rendering

### Templating

See the [complete design document](/designs/shared-code/print-template.md).

### Layout

See [Print Layout](/designs/shared-code/print-layout.md).

### Rendering

## Open Questions

???

## Areas For Improvement

???
