---
title: "Fluid Template Structure"
manual: "Apache Solr for TYPO3"
version: "12.1"
source: "Frontend/Structure.rst"
modified: "2026-09-16T15:14:12+00:00"
---

# Fluid Template Structure

First we start with a short overview of the template structure. This is just to get an rought overview. The templates will be explained in
detail in the template where they belong to:

![](../Images/Frontend/Structure/template_structure.png)

-   Layouts: Layouts that are used in the search and the faceting.
-   -   **Partials:**

        -   **Facets**: Partials that are use to render the specific facet types.
        -   **Result**: Partials that are used during the result rendering (e.g. to render the result document, sorting or perPage selector)
        -   **Search**: Partials that are used for the search also when no search was executed.
-   -   **Templates:**

        -   **Search**: All templates that are used to render the actions in the SearchController
        -   **ViewHelper**: All templates that are use in the widgets (FrequentSearched, LastSearches)

All backend related files are in a "Backend" folder. Everything else is frontend related.
