Using your own templates Dex supports using your own templates and passing arbitrary data to them to help customize your installation. Steps: Copy contents of the web directory over to a new directory. Customize the templates as needed, be sure to retain all the existing variables so Dex continues working correctly. (Use the following syntax to render values from frontend.extra config: {{ "your_key" | extra }}) Set the frontend.dir value to your own web directory (Alternatively, you can set t...