# Delicious Food Modules

### 2. Delicious Food Modules

> Module position:banner
>
> Module suffix: Not used

![](/files/OLQFdNvCq8PNXtNJKl76)

Follow the below code to achive the above

![](/files/SNLIb7XPZe4d1AQBRvpT)

![](/files/kUickWaPGYwW1T44Qidb)

![](/files/M1Cu1ktUtyz2qahSAbmW)

![](/files/pZl8LuPyS7ECXneFXJmc)

**code**

```html
<div class="img-module col-md-12">
    <div class="col-md-5 delivery">
        <div class="discover-menu">
            <h2>Discover Menu</h2>
            <h4>Keep browsing our latest menu</h4>
            <p>Sed imperdiet est et nulla tincidunt, ac aliquam magna tempus. Nullam congue placerat condimentum. Pellentesque tempor tincidunt nibh id varius. Integer mi libero, interdum et augue et, bibendum dapibus nisi. In eget est viverra, consequat tellus eu, tincidunt libero. tellus eu, tincidunt libero. tellus eu, tincidunt libero.</p>
            <a href="index.php/menu/menu-layouts/simple-layout" class="btn-primary btn">Discover All</a></div>
    </div>
    <div class="col-md-7 book-module">{loadposition food-galery}</div>
</div>
```

We used food gallery module in delicious food module

#### **Brunch Time**

> Module position:food-galery
>
> Module suffix: Not used

![](/files/SNLIb7XPZe4d1AQBRvpT)

![](/files/kUickWaPGYwW1T44Qidb)

![](/files/TfLcnFIPU1SmUiZhKiPG)

![](/files/pZl8LuPyS7ECXneFXJmc)

**code**

```html
<div class="row">
    <div class="food-banner style1 col-md-12 wow flipInX animated animated animated">
        <div class="img-container col-md-6"><img src="images/themeparrot/food-gal.jpg" alt="food gal" />
            <div class="banner-title"><img src="images/themeparrot/brunch.png" alt="brunch" /></div>
        </div>
        <div class="banner-features col-md-6">
            <div class="banner-features-inner">
                <div class="food-price">
                    <p><sup>$</sup>14<sup class="decimals">20</sup></p>
                </div>
                <ul>
                    <li>
                        <h6>Tasty Brunch</h6>
                        <p>2 farm fresh eggs, 2 bacon or 1 house made sausage, fresh greens</p>
                    </li>
                    <li>
                        <h6>Chilaquiles</h6>
                        <p>tortilla chips, fire roasted tomatillo salsa, 2 sunny side farm fresh eggs</p>
                    </li>
                    <li>
                        <h6>Pancakes</h6>
                        <p>seasonal toppings</p>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>
```


---

# Agent Instructions: 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:

```
GET https://jdocs.themeparrot.com/joomla-templates/yummy/layout-customization/home-page/delicious-food-modules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
