I'd like to put some static files, like disclaimer.html and privacy.html in /static/files/. These files extend a default/layout.html view.
What is the best way do this? Have a controller with a function for every
static file and in the layout file have {{include
'static/files/disclaimer.html'}}? Or is there a better way to do this?
Kind regards,
Annet
--

