- single: FLUID;1stPlugin
- single: FLUID;2ndContent
Fluid Templates
There are two categories of Fluid templates:
- first level
- second level
You don't need to touch first level templates. They are templates for running xBlog by its controllers only.
The setup of the content in the frontend is done by second level templates. If you like to adapt frontend output to your needs, templates of the second level empowers you.
Setup
You can include your own layout, partials and templates by the Constant Editor. See
Directories
Resources/Private/View/
├── 1stPlugin <- don't touch this level
│ ├── Layouts
│ ├── Partials
│ └── Templates
├── 2ndContent
│ ├── Layouts
│ ├── Partials
│ └── Templates
└── FluidStyledContent
└── Foundation
Copied!