HI
How do I create a page template that does NOT have the navigation, footer or header and only contains the logo.
Thanks for your help here!
HI
How do I create a page template that does NOT have the navigation, footer or header and only contains the logo.
Thanks for your help here!
Hi @Artesands
you can create something like that example below
in this file, remove other code in body tag but keep this code:
{{ content_for_layout }}
just need this code
{% layout 'theme.page.links' %}
{% section 'page-links' %}