I am doing learning app with Chris- foundation

I wrote same code like Chris but when I add foreach ( model.module){ module in}

my rectangle hide somewhere and if I skip foreach part then rectangle is present.
kindly help me

@Rohit_Katal

can you share the whole code for HomeView so that we can check if maybe this is just a typo?

Paste your code in as text rather than a screen shot.

To format the code nicely, place 3 back-ticks ``` on the line above your code and 3 back-ticks ``` on the line below your code. Like this:

```
Code goes here
```

The 3 back-ticks must be the ONLY characters on the line. The back-tick character is located on the same keyboard key as the tilde character ~ (which is located below the Esc key).

Alternatively after you paste in your code, select that code block and click the </> button on the toolbar. This does the same thing as manually typing the 3 back ticks on the line above and below your code.

This also makes it easier for anyone assisting as they can copy the code and carry out some testing.