Ques/Help How to create custom page with custom container?

R

RoffDaniel

Guest
Hello! For a very long time I have been trying to solve the issue of creating my own page, let's take the main one, with its own unique content. I found this thread here: XF 2.0 - Page without page container
That's what I did:
HTML:

Code:
<xf:title>Test</xf:title>
<xf:page option="template">DIP_PAGE_CONTAINER</xf:page>

<div class="hero hero-lg bg-body-extra-light overflow-hidden">
    <div class="hero-inner">
        <div class="content content-full">...

Read more

Continue reading...