# Preparation ## Create Wireframe Draw a wireframe of a "maximum" email, it shall contain every variation and shape of email. ### Identify Features In the wireframe identify the points of interaction in the email editor - Main Blocks - editable content - variation point - user selectable styling ### Identify draggable blocks - Identify the smallest parts which can be dragged to the mail. These are blocks. Note that a block must be one vertical element which covers the entire width of the email. There are no nested blocks. - Decide if you need an extra block or you can handle it by variations in a block. You need to find a good compromse between having few small block (atomic blocks) and many different complex blocks. # Setup your initial environment For sake of simplyicity, we make a very simple HTML - Template. 1. create `templates/tutorial/template-tutorial.html` and enter the basic structure: