Guide
Set up your bulk data in a .csv file with headers, separated by
;
Create your html template, and set up placeholders with [[column_name]], like in the example.
Make sure every opening tag is closed! Make sure every placeholder you use is present as a column in the .csv file!
Upload the .csv file when the template is finished.
Click on "generate". You may now copy the source code generated.
Template and Input
<h1>Example:</h1><div>Hello, [[name]]! You have [[amount]][[currency]] left in your account.</div>
Generate
Results