> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/baztheme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/baztheme/theme-settings/front-page-blocks/block-7.md).

# Block #7

{% hint style="info" %}
**Tips:**

1. How to **hide** any element for **non-logged** in **users** or show it only for **logged in** users? [Learn more](/baztheme/more/show-hide-for-non-logged-in-users.md)
2. **Title modifications** - [Learn more](/baztheme/global-styles/headings-text-modifications.md)
   {% endhint %}

### Available options

* Turn on
* Show Block Separator (hr)
* Additional Class Name (only for developers)
* Intro Title
* Intro Content
* HTML Content
* Footer Content

![](/files/bkqUuLhLMd0Yjjyl2yGR)

![](/files/9JA5FpApgsPPr6njsn99)

![](/files/bkqUuLhLMd0Yjjyl2yGR)

### Code snippet

```html
<div class="row row-cols-1 row-cols-lg-2 mx-0">

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Packed with features</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about theme</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-1-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Everything you need for your University website</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about Moodle</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-3-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Get started. It’s easy</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Video tutorials</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-4-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Start with components</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Check out code snippets</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-2-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

</div>
```

{% content-ref url="/pages/1qUbO4Fl0XGCANPYeLMK" %}
[How to add more item to blocks?](/baztheme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rosea.gitbook.io/baztheme/theme-settings/front-page-blocks/block-7.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
