Congratulations! You have successfully installed Datawrapper.
Customize this page
To create a custom homepage for your Datawrapper installation
you have to do the following steps:
- Create a new Twig template (that is basically an HTML file with
some special tags) and store it into /templates/custom/, e.g. my-home-template.twig.
- Edit config.yaml and add the following line. Replace my-home-template
with the filename of your new Twig template (without the extension .twig):
custom_home: my-home-template
- That's it