How can I create a static page that is adressable?
Specifically, I want to create a /search
URL that loads an empty page (but uses the same layout as all other pages), into which I will inject some JavaScript to display a dynamic search component.
Obivously, there is not actual /content
to be displayed. But putting that page into /static
will strip me of the possibility to use the same baseof
template as all other templates.
How might I achieve this?