A number of people have asked about a simple tool to rapidly create new landing pages from a template - so I created one!
You can download it here:
Download Templater for Windows
Download Templater for Mac
Currently for Windows and Mac only, but don't worry! Instructions for using the source script in Linux are below.
How To Use
Firstly, you'll need one or more landers you want to use as the base template.
Creating a template
What we'll do here is take your lander and convert it into a template that the tool can use.
First, make a list of the things you'd want to change each time you generated the lander. That'll usually be:
<title>Get Your Amazing Flashlight!</title>
<title>||title||</title>
identifier: text that you want to put into the end lander
title: Buy your fidget spinners today! image: fidgetspinner.jpg cta: Spin your cares away!
template.exe NAME_OF_CONTENT_FILE NAME_OF_TEMPLATE NAME_OF_FILE_TO_OUTPUT
template.exe fidgetspinner.txt ecomm_template.html fidgetlander.html
Using This Tool On Linux
Linux tends to come with Python built in, so you should be able to use the script it's built from.
Firstly, download the script:
Download Script
Now, open a shell window,, and install the dependencies. There's only one:
pip install pyyaml
python template.py
template.exe
Nice one, I created a similar tool myself with Winautmation.
Can be really helpful when you work with many different offers.
The BIGGEST time-saving task I could think of for this type of templates, is when you're having to translate landers into different languages.
Using these templates, you can now just assign one identifier to every line/blurb of text, get the translations, then put each language into a separate content file and you'd be done!
No more having to search and replace each line.
Amy
Yup, that's definitely a great use for it. A minor adjustment to the script would let you put multiple languages in a single file too - I might make that change when I get back.
Although after our panel at AWE, I'm also thinking about a tool to automatically pull Google Translate translations...
How to use it for MacOs it is without zip or dmg?
Sweet thanks caurmen!
@vlapaev - the download should be an executable file on Mac. Just run it from Terminal as above, but without the .exe.
Let me know if you have any problems!
Thanks I try it! All is ok