Answer the question
In order to leave comments, you need to log in
<main class='main-page'> ">
Properly adding a main chunk to modx?
Hello everyone, I split index.html into chunks, now the main page looks like this:
<main class="main-page">
</main>
Answer the question
In order to leave comments, you need to log in
Each chunk is another request to the database.
The meaning is determined by convenience, if the tag is the same everywhere, it can and should be stuffed. If it's different, it's not worth it, leave it at the template level. There are no strict rules here, do what is convenient for you + so that it is convenient to support it in the future. You can also parametrize a chunk by passing, for example, the same class into it:
and use it inside the chunk, a placeholder will be passed there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question