# newsletter-templates this is the repository for the La Escocesa newsletter templates repository. As for 2023 the running system is an installation of [ListMonk](https://listmonk.app/) managed by [Hangar](https://hangar.org) tech. ## configuring assets because the `listmonk` is a go app, it needs a proxypass, in order to serve a different static path we need to do an exclusion of the proxypass ax explained [here](https://stackoverflow.com/a/36102892) ``` ProxyPass /assets ! Alias /assets "/var/www/laescocesa-assets" ```