.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _developers_goodtoknow_fluid: 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 * :ref:`Administrators > Setup > Constant Editor > Main > View ` * :ref:`Administrators > Setup > Constant Editor > Mini > View ` Directories ----------- .. code:: php Resources/Private/View/ ├── 1stPlugin <- don't touch this level │   ├── Layouts │   ├── Partials │   └── Templates ├── 2ndContent │   ├── Layouts │   ├── Partials │   └── Templates └── FluidStyledContent └── Foundation